PresetColorRamp
Base Type: ColorRamp
A class that defines a preset color ramp, where ramp is defined by a list of exactly 13 manually specified colors.
Property |
Type |
Description |
---|---|---|
Colors |
Color[] |
The array of colors to create the ramp. |
NumColors |
int |
The number of colors. |
NumColorsSpecified |
bool |
Indicates if NumColors is specified. |
PresetSize |
int |
The desired size. |
PresetSizeSpecified |
bool |
Indicates if PresetSize is specified. |
10/23/2013