This document is archived and information here might be outdated.  Recommended version.


IRasterRGBRenderer2 Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterRGBRenderer2 Interface

Provides access to additional members which control the raster Red/Green/Blue renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3. It supersedes IRasterRGBRenderer.

Members

Description
Read/write property AlphaBandIndex The band to be represented in Alpha.
Read/write property BlueBandIndex Band to be represented in blue.
Read/write property GreenBandIndex Band to be represented in green.
Method QueryBandIndices Band numbers for red, green, and blue bands.
Read/write property RedBandIndex Band to be represented in red.
Method SetBandIndices Band numbers for red, green, and blue bands.
Read/write property UseAlphaBand Indicates if the Alpha band is used.
Read/write property UseBlueBand Indicates if the blue band is used.
Read/write property UseGreenBand Indicates if the green band is used.
Read/write property UseRedBand Indicates if the red band is used.

Inherited Interfaces

Interfaces Description
IRasterRGBRenderer Provides access to members which control the raster Red/Green/Blue renderer.

CoClasses that implement IRasterRGBRenderer2

CoClasses and Classes Description
RasterRGBRenderer A true-color RGB renderer.