Unit 'Graph' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#rtl]

PaletteType

Record describing palette.

Declaration

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;


Documentation generated on: Jul 24 2023