This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the MultiPartColorRamp. A color ramp defined by a list of constituent color ramps.
Name | Description | |
---|---|---|
AddRamp | Adds a color ramp to the list. | |
Color | The color at the given index position. Call CreateRamp before calling this method. | |
Colors | The list of colors. Call CreateRamp before calling this method. | |
CreateRamp | Generates a color ramp with length determined by Size value. | |
Name | The name of the color ramp. | |
NumberOfRamps | The number of constituent color ramps. | |
Ramp | The color ramp at the index position. | |
RemoveRamp | Removes the color ramp located at the index position. | |
Size | The number of colors that will be generated by the CreateRamp method. |
Interfaces | Description |
---|---|
IColorRamp | Provides access to the methods and properties common to all color ramp objects. |
Classes | Description |
---|---|
MultiPartColorRamp | Defines a multi part color ramp, where ramp is defined by a list of constituent color ramps. |
IMultiPartColorRamp Interface | IColorRamp.Color Property | IColorRamp.CreateRamp Method | IRandomColorRamp Interface | IColorRamp Interface | IPresetColorRamp Interface | IAlgorithmicColorRamp Interface