Provides access to members which control contrast stretching. Note: the IRasterStretch interface has been superseded byIRasterStretch2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IRasterStretch interface is used to set stretch type for RasterStretchColorRampRenderer or RasterRGBRenderer. It controls how the values in a band are binned for display.Members
Description | ||
---|---|---|
Background | Indicates if a background value is being used. | |
BackgroundColor | Background display color. | |
BackgroundValues | Indicates whether an array of background values is being used. | |
Invert | Indicates if the stretch is inverted. | |
StandardDeviationsParam | Standard deviation parameter for the stretch renderer. | |
StretchType | Current stretch type. |
CoClasses that implement IRasterStretch
CoClasses and Classes | Description |
---|---|
RasterRGBRenderer | A true-color RGB renderer. |
RasterStretchColorRampRenderer | A renderer with a color ramp for rasters with continuous values. |