Module gdal_sys::GDALPaletteInterp[][src]

Constants

GPI_CMYK

Cyan, Magenta, Yellow and Black (in c1, c2, c3 and c4)

GPI_Gray

Grayscale (in GDALColorEntry.c1)

GPI_HLS

Hue, Lightness and Saturation (in c1, c2, and c3)

GPI_RGB

Red, Green, Blue and Alpha in (in c1, c2, c3 and c4)

Type Definitions

Type

Types of color interpretations for a GDALColorTable.