A colorRamp object is used to specify a range of colors that are applied to a group of symbols.
Referenced by: Color Ramp Multipart, Color Ramp
Properties
Property | Details |
---|---|
algorithm | Algorithm used for calculating the ramp. Valid values:
|
fromColor | Array representing the initial color to start the ramp from. |
toColor | Array representing the final color to end the ramp with. |
type | Value indicating the type of colorRamp. Valid value of this property algorithmic |
Algorithmic Example
{
"type": "algorithmic",
"fromColor": [
115,
76,
0,
255
],
"toColor": [
255,
25,
86,
255
],
"algorithm": "esriHSVAlgorithm"
}