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


IRasterRGBRenderer2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRGBRenderer2 Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IRasterRGBRenderer2

Classes Description
RasterRGBRenderer A true-color RGB renderer.