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

HsvColor

The from color in the ramp.

ToColor

HsvColor

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.

2/28/2020