|  | This document is archived and information here might be outdated. Recommended version. | 
Provides access to additional members which control the raster Red/Green/Blue renderer.
This interface is new at ArcGIS 9.3. It supersedes IRasterRGBRenderer.
| Name | Description | |
|---|---|---|
|  | AlphaBandIndex | The band to be represented in Alpha. | 
|  | BlueBandIndex | Band to be represented in blue. | 
|  | GreenBandIndex | Band to be represented in green. | 
|  | QueryBandIndices | Band numbers for red, green, and blue bands. | 
|  | RedBandIndex | Band to be represented in red. | 
|  | SetBandIndices | Band numbers for red, green, and blue bands. | 
|  | UseAlphaBand | Indicates if the Alpha band is used. | 
|  | UseBlueBand | Indicates if the blue band is used. | 
|  | UseGreenBand | Indicates if the green band is used. | 
|  | UseRedBand | Indicates if the red band is used. | 
| Interfaces | Description | 
|---|---|
| IRasterRGBRenderer | Provides access to members which control the raster Red/Green/Blue renderer. | 
| Classes | Description | 
|---|---|
| RasterRGBRenderer | A true-color RGB renderer. |