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


IEnumColors Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEnumColors Interface
ArcGIS Developer Help

IEnumColors Interface

Provides access to members that enumerate through Color objects.

Product Availability

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

Description

IEnumColors is an interface for retrieving a sequence of colors, usually generated by an IColorRamp .

Members

Name Description
Method Next Returns the next color.
Method Reset Resets the enumerator to the beginning.

Classes that implement IEnumColors

Classes Description

See Also

IColor Interface | ICieLabConversion Interface | ICmykColor Interface | IEnumColors Interface

.NET Samples

Use an AlgorithmicColorRamp to color a ClassBreaksRenderer Use an AlgorithmicColorRamp to color a ClassBreaksRenderer Retrieve a color ramp from the SymbologyControl