This document is archived and information here might be outdated.  Recommended version.


esriColorRampAlgorithm Constants (ArcObjects .NET 10.4 SDK)
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

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

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)