[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Record describing palette.
Source position: graphh.inc line 443
type PaletteType = record |
||
Size: LongInt; |
|
Actual size of palette (number of entries) |
Colors: array [0..MaxColors] of RGBRec; |
|
Color entries in palette. |
end; |