AlgorithmicColorRamp
Base Type: ColorRamp
An algorithmic color ramp, where ramp is defined by two colors and the algorithm used to traverse the intervening color space between them.
Property |
Type |
Description |
---|---|---|
Algorithm |
string |
The name of the algorithm used to construct the color ramp. |
FromColor |
The from color in the ramp. | |
ToColor |
The to color in the ramp. |
Remarks
An algorithmic color ramp determines the colors that occur between a FromColor and a ToColor. These colors can be used when assigning symbology to a ClassBreaksRenderer.
10/23/2013