The following tables list the members exposed by ColorRamp.
Name | Description | |
---|---|---|
![]() | ColorRamp Constructor | Initializes a new instance of the ColorRamp class. |
Name | Description | |
---|---|---|
![]() | IsUpdatable | Specifies an ability to update discrete ramp colors. |
![]() | RampColorsCount | The current number of ramp colors. |
Name | Description | |
---|---|---|
![]() | GetColorByIndex | Gets a discrete color by index. |
![]() | GetColorByValue | Gets a gradient color by value in the range [0, 1]. |
![]() ![]() | MixColors | Mixes two colors using linear interpolation. |
![]() | UpdateRampColor | Updates an individual color of this color ramp with a user-defined value. |
![]() | UpdateRampColors | Updates all colors of this color ramp with user-defined values. |
Name | Description | |
---|---|---|
![]() | OnRampColorsChanged | Dispatches the RampColorsChanged event. |
Name | Description | |
---|---|---|
![]() | RampColorsChanged | Occurs when the discrete colors of this color ramp are changed. |