Packageardisia.components.colorizer.interfaces
Interfacepublic interface IColorizer
Implementors DiscreteColorizer, GradientColorizer

Implemented by colorizers.



Public Methods
 MethodDefined By
  
getColor(value:Number):uint
Returns a color based on the value parameter.
IColorizer
Method Detail
getColor()method
public function getColor(value:Number):uint

Returns a color based on the value parameter.

Parameters

value:Number — the number used to lookup the color from the dataProvider

Returns
uint — a uint color value or null if no color returned