com.esri.arcgis.datasourcesraster
Interface esriRasterColorInterpretation

All Superinterfaces:
Serializable

public interface esriRasterColorInterpretation
extends Serializable

The color interpretation.

Product Availability

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


Field Summary
static int esriRasterCIAlphaBand
          The Alpha band of RGBA image.
static int esriRasterCIBlackBand
          The Black band of CMYK image.
static int esriRasterCIBlueBand
          Blue band of RGBA image.
static int esriRasterCICyanBand
          The Cyan band of CMYK image.
static int esriRasterCIGrayIndex
          The Greyscale (mono).
static int esriRasterCIGreenBand
          The Green band of RGBA image.
static int esriRasterCIHueBand
          The Hue band of HLS image.
static int esriRasterCILightnessBand
          Lightness band of HLS image.
static int esriRasterCIMagentaBand
          The Magenta band of CMYK image.
static int esriRasterCIPaletteIndex
          The Paletted (see associated color table).
static int esriRasterCIRedBand
          The Red band of RGBA image.
static int esriRasterCIRGB32
          The Packed RGB32.
static int esriRasterCISAI32
          The packed Slope-Aspect Index (SAI).
static int esriRasterCISaturationBand
          The Saturation band of HLS image.
static int esriRasterCIUnknown
          The Unknwon color interpretation.
static int esriRasterCIYCbCrCbBand
          The Cb Chroma.
static int esriRasterCIYCbCrCrBand
          The Cr Chroma.
static int esriRasterCIYCbCrYBand
          The Y Luminance.
static int esriRasterCIYellowBand
          Yellow band of CMYK image.
 

Field Detail

esriRasterCIUnknown

static final int esriRasterCIUnknown
The Unknwon color interpretation.

See Also:
Constant Field Values

esriRasterCIGrayIndex

static final int esriRasterCIGrayIndex
The Greyscale (mono).

See Also:
Constant Field Values

esriRasterCIPaletteIndex

static final int esriRasterCIPaletteIndex
The Paletted (see associated color table).

See Also:
Constant Field Values

esriRasterCIRedBand

static final int esriRasterCIRedBand
The Red band of RGBA image.

See Also:
Constant Field Values

esriRasterCIGreenBand

static final int esriRasterCIGreenBand
The Green band of RGBA image.

See Also:
Constant Field Values

esriRasterCIBlueBand

static final int esriRasterCIBlueBand
Blue band of RGBA image.

See Also:
Constant Field Values

esriRasterCIAlphaBand

static final int esriRasterCIAlphaBand
The Alpha band of RGBA image.

See Also:
Constant Field Values

esriRasterCIHueBand

static final int esriRasterCIHueBand
The Hue band of HLS image.

See Also:
Constant Field Values

esriRasterCISaturationBand

static final int esriRasterCISaturationBand
The Saturation band of HLS image.

See Also:
Constant Field Values

esriRasterCILightnessBand

static final int esriRasterCILightnessBand
Lightness band of HLS image.

See Also:
Constant Field Values

esriRasterCICyanBand

static final int esriRasterCICyanBand
The Cyan band of CMYK image.

See Also:
Constant Field Values

esriRasterCIMagentaBand

static final int esriRasterCIMagentaBand
The Magenta band of CMYK image.

See Also:
Constant Field Values

esriRasterCIYellowBand

static final int esriRasterCIYellowBand
Yellow band of CMYK image.

See Also:
Constant Field Values

esriRasterCIBlackBand

static final int esriRasterCIBlackBand
The Black band of CMYK image.

See Also:
Constant Field Values

esriRasterCIYCbCrYBand

static final int esriRasterCIYCbCrYBand
The Y Luminance.

See Also:
Constant Field Values

esriRasterCIYCbCrCbBand

static final int esriRasterCIYCbCrCbBand
The Cb Chroma.

See Also:
Constant Field Values

esriRasterCIYCbCrCrBand

static final int esriRasterCIYCbCrCrBand
The Cr Chroma.

See Also:
Constant Field Values

esriRasterCIRGB32

static final int esriRasterCIRGB32
The Packed RGB32.

See Also:
Constant Field Values

esriRasterCISAI32

static final int esriRasterCISAI32
The packed Slope-Aspect Index (SAI).

See Also:
Constant Field Values