ColorScaleInterpolationMode
Describes available modes of interpolation on a color scale.
Enumeration Members
Section titled "Enumeration Members"InterpolateHSV
Section titled "InterpolateHSV"Interpolate between colors in the palette using HSV interpolation.
InterpolateHSV = 2 InterpolateRGB
Section titled "InterpolateRGB"Interpolate between colors in the palette using RGB interpolation.
InterpolateRGB = 1 Select
Section titled "Select"Select one of the colors in the palette.
Select = 0