Packageardisia.bitmapAdjustments.dataTypes
Classpublic class ThresholdData
InheritanceThresholdData Inheritance Object

Data type used by the BitmapAdjustments class.



Public Properties
 PropertyDefined By
  color : uint
Color to apply.
ThresholdData
  ratio : Number
Ratio at which to apply to color.
ThresholdData
Public Methods
 MethodDefined By
  
ThresholdData(color:uint, ratio:Number)
ThresholdData
Property Detail
colorproperty
public var color:uint

Color to apply.

The default value is 0.

ratioproperty 
public var ratio:Number

Ratio at which to apply to color.

The default value is null.

Constructor Detail
ThresholdData()Constructor
public function ThresholdData(color:uint, ratio:Number)



Parameters
color:uint
 
ratio:Number