Record describing palette.
Source position: graphh.inc line 449
type PaletteType = record
Size: LongInt;
Actual size of palette (number of entries).
Colors: array [0..MaxColors] of RGBRec;
Color entries in palette.
end;