Module gdal_sys::GDALColorInterp[][src]

Constants

GCI_AlphaBand

Alpha (0=transparent, 255=opaque)

GCI_BlackBand

Black band of CMYK image

GCI_BlueBand

Blue band of RGBA image

GCI_CyanBand

Cyan band of CMYK image

GCI_GrayIndex

Greyscale

GCI_GreenBand

Green band of RGBA image

GCI_HueBand

Hue band of HLS image

GCI_LightnessBand

Lightness band of HLS image

GCI_MagentaBand

Magenta band of CMYK image

GCI_Max

Max current value (equals to GCI_YCbCr_CrBand currently)

GCI_PaletteIndex

Paletted (see associated color table)

GCI_RedBand

Red band of RGBA image

GCI_SaturationBand

Saturation band of HLS image

GCI_Undefined

Undefined

GCI_YCbCr_CbBand

Cb Chroma

GCI_YCbCr_CrBand

Cr Chroma

GCI_YCbCr_YBand

Y Luminance

GCI_YellowBand

Yellow band of CMYK image

Type Definitions

Type

Types of color interpretation for raster bands.