Defines a multi part color ramp, where ramp is defined by a list of constituent color ramps.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Use MultiPartColorRamp to create a color ramp that passes through specific hues at specific locations within the ramp. The idea is that if you want to make one ramp that starts at Red, then through a specific Orange, and finally to a specific Yellow. Two ramps are needed within the MultiPartColorRamp , where the first goes from Red to the specific Orange, and the second goes from that Orange to yellow.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IClone (esriSystem) | Provides access to members that control cloning of objects. |
IColorRamp | Provides access to the methods and properties common to all color ramp objects. |
IMultiPartColorRamp | Provides access to members that control the MultiPartColorRamp. A color ramp defined by a list of constituent color ramps. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IXMLSerialize (esriSystem) | Provides access to members that XML serialize and deserialize an object to/from XML. |