com.esri.arcgis.display
Interface esriColorRampAlgorithm

All Superinterfaces:
Serializable

public interface esriColorRampAlgorithm
extends Serializable

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

Description

esriColorRampAlgorithm specifies which color model to use with the IAlgorithmicColorRamp interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IPresetColorRamp, IMultiPartColorRamp, IAlgorithmicColorRamp, IColorRamp.getColor(int), IRandomColorRamp, IColorRamp.createRamp(boolean[]), IColorRamp

Field Summary
static int esriCIELabAlgorithm
          Use the CIE Lab colorramp algorithm.
static int esriHSVAlgorithm
          Use the HSV colorramp algorithm.
static int esriLabLChAlgorithm
          Use the LabLCh colorramp algorithm.
 

Field Detail

esriHSVAlgorithm

static final int esriHSVAlgorithm
Use the HSV colorramp algorithm.

See Also:
Constant Field Values

esriCIELabAlgorithm

static final int esriCIELabAlgorithm
Use the CIE Lab colorramp algorithm.

See Also:
Constant Field Values

esriLabLChAlgorithm

static final int esriLabLChAlgorithm
Use the LabLCh colorramp algorithm.

See Also:
Constant Field Values