| Package | com.esri.ags.renderers.supportClasses |
| Class | public class ColorRange |
| Inheritance | ColorRange Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| fromColor : uint
Color for features in the beginning of the time ramp (i.e., the oldest features). | ColorRange | ||
| toColor : uint
Color for features in the end of the time ramp (i.e., the newest features). | ColorRange | ||
| Method | Defined By | ||
|---|---|---|---|
ColorRange(fromColor:uint = 0x000000, toColor:uint = 0xFFFFFF)
Creates a new ColorRange. | ColorRange | ||
| fromColor | property |
public var fromColor:uintColor for features in the beginning of the time ramp (i.e., the oldest features).
The default value is 0x000000 (black).
| toColor | property |
public var toColor:uintColor for features in the end of the time ramp (i.e., the newest features).
The default value is 0xFFFFFF (white).
| ColorRange | () | Constructor |
public function ColorRange(fromColor:uint = 0x000000, toColor:uint = 0xFFFFFF)Creates a new ColorRange.
ParametersfromColor:uint (default = 0x000000) — Color for features in the beginning of the time ramp (i.e., the oldest features).
| |
toColor:uint (default = 0xFFFFFF) — Color for features in the end of the time ramp (i.e., the newest features).
|