Package | ardisia.components.colorizer.data |
Class | public class DiscreteColorizerData |
Inheritance | DiscreteColorizerData Object |
Property | Defined By | ||
---|---|---|---|
color : uint
The color defined by the range. | DiscreteColorizerData | ||
maxValue : Number
The maximum value. | DiscreteColorizerData | ||
minValue : Number
The minimum value. | DiscreteColorizerData |
Method | Defined By | ||
---|---|---|---|
DiscreteColorizerData(minValue:Number = 0, maxValue:Number = 1, color:uint = 0) | DiscreteColorizerData |
color | property |
public var color:uint
The color defined by the range.
The default value is 0
.
maxValue | property |
public var maxValue:Number
The maximum value.
The default value is 1
.
minValue | property |
public var minValue:Number
The minimum value.
The default value is 0
.
DiscreteColorizerData | () | Constructor |
public function DiscreteColorizerData(minValue:Number = 0, maxValue:Number = 1, color:uint = 0)
minValue:Number (default = 0 )
| |
maxValue:Number (default = 1 )
| |
color:uint (default = 0 )
|