PaletteType
Record describing palette.
Declaration
Source position: graphh.inc line 449
Type
PaletteType = record
  Size : LongInt;
  Colors : Array[0..MaxColors] of RGBRec;
end
Record describing palette.
Source position: graphh.inc line 449
Type
PaletteType = record
  Size : LongInt;
  Colors : Array[0..MaxColors] of RGBRec;
end