FC_ImageColorMap

Definition

Colormap entry.

typedef struct FC_ImageColorMap

{

  uint32_t structVersion;

  uint32_t structSize;

  FC_ImageColorMapEntry *entries;

  uint32_t length;

} FC_ImageColorMap;

Members

structVersion

Version of the structure, to allow future expansion.

structSize

Size of the structure in bytes.

entries

Colormap entries.

length

Number of entries (2^bits per band).

Remarks

An array of ImageColorMapEntity values that define a color map.