RasterRGBRenderer

Base Type: RasterRenderer

A class that contains a raster RGB renderer.

Property

Type

Description

BkColor

Color

The color of background.

BlackValue

double[]

The minimum sample value for background and transparent pixels.

DisplayBkValue

bool

Indicates if a background value is being used.

DisplayBkValueSpecified

bool

Indicates if DisplayBkValue is specified.

IsInvert

bool

Specifies if the Renderer is inverted.

IsInvertSpecified

bool

Indicates if IsInvert is specified.

IsLegendExpand

bool

Indicates if the group's entry is expanded in the TOC.

IsLegendExpandSpecified

bool

Indicates if IsLegendExpanded is specified.

LayerIndex1

int

The band to be represented as red color.

LayerIndex1Specified

bool

Indicates if LayerIndex1 is specified.

LayerIndex2

int

The band to be represented as the green color.

LayerIndex2Specified

bool

Indicates if LayerIndex2 is specified.

LayerIndex3

int

The band to be represented as the blue color.

LayerIndex3Specified

bool

Indicates if LayerIndex3 is specified.

StandardDeviations

double

The standard deviation parameter for the stretch renderer.

StandardDeviationsSpecified

bool

Indicates if StandardDeviations is specified.

StretchType

string

Current stretch type.

UseRGBBand

byte

Flag indicating if red band, green band, and blue band are used.

UseRGBBandSpecified

bool

Indicates if UseRGBBand is specified.

Remarks

A true-color RGB renderer.

11/8/2016