Provides access to members that control the color ramp of a contrast stretch.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IRasterStretchColorRampRenderer interface controls the display of a raster dataset stretched along a color ramp. It is usually used for visualizing continuous raster data.
Members
Description | ||
---|---|---|
BandIndex | Index of the band to be rendered. | |
ColorRamp | Color ramp. | |
ColorScheme | ColorScheme name. | |
LabelHigh | Label for highest value. | |
LabelLow | Label for lowest value. | |
LabelMedium | Label for medium value. | |
ResetLabels | Makes default labels. |
CoClasses that implement IRasterStretchColorRampRenderer
CoClasses and Classes | Description |
---|---|
RasterStretchColorRampRenderer | A renderer with a color ramp for rasters with continuous values. |