MultiPartColorRamp
Base Type: ColorRamp
A class that defines a multi part color ramp, where ramp is defined by a list of constituent color ramps.
Property |
Type |
Description |
---|---|---|
ColorRamps |
An array of color ramps. | |
NumColorRamps |
int |
The number of color ramps. |
NumColorRampsSpecified |
bool |
Indicates if NumColorRamps is specified. |
Remarks
Use this object to create a color ramp that passes through specific hues at specific locations within the ramp. The idea is that if you want to make one ramp that starts at Red, then through a specific Orange, and finally to a specific Yellow. Two ramps are needed within the this object, where the first goes from Red to the specific Orange, and the second goes from that Orange to yellow.
2/28/2020