DataSetInfo.ColorTable Property
Gets the color table that maps raster cell values to colors.
Syntax
public Palette ColorTable { get; set; }
Property Value
Remarks
A raster dataset that contains numbers can have a built-in color table that maps each number to some color. However, a raster dataset that contains explicit colors, like RGB or RGBA colors, would not have such a color table.
If it is a multi-file dataset, the root DataSetInfo will get a color table only if all of its children have identical color tables.
Platforms
Windows, Linux, Android