Provides access to the methods and properties common to all color ramp objects.
| Description | ||
|---|---|---|
![]() |
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. |
![]() |
Size | The number of colors that will be generated by the CreateRamp method. |
| CoClasses and Classes | Description |
|---|---|
| AlgorithmicColorRamp | Defines an algorithmic color ramp, where ramp is defined by two colors and the algorithm used to traverse the intervening color space between them. |
| MultiPartColorRamp | Defines a multi part color ramp, where ramp is defined by a list of constituent color ramps. |
| PresetColorRamp | Defines a preset color ramp, where ramp is defined by a list of exactly 13 manually specified colors. |
| RandomColorRamp | Defines a random color ramp, where ramp is a list of randomly picked colors. |
IColorRamp.CreateRamp Method | IMultiPartColorRamp Interface | IAlgorithmicColorRamp Interface | IPresetColorRamp Interface | IRandomColorRamp Interface | IColorRamp Interface | IColorRamp.Color Property