ArcObjects Library Reference (Display)  

esriColorRampAlgorithm Constants

This enumerator specifies the type of Algorithm used to generate the colorramp.

Constant Value Description
esriHSVAlgorithm 0 Use the HSV colorramp algorithm.
esriCIELabAlgorithm 1 Use the CIE Lab colorramp algorithm.
esriLabLChAlgorithm 2 Use the LabLCh colorramp algorithm.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRandomColorRamp Interface | IMultiPartColorRamp Interface | IColorRamp.CreateRamp Method | IAlgorithmicColorRamp Interface | IColorRamp.Color Property | IPresetColorRamp Interface | IColorRamp Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)