Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TColorSpec

Color table entry

Declaration

Source position: intuition.pas line 1238

type TColorSpec = record

  ColorIndex: SmallInt;

  

-1 terminates an array of ColorSpec

  Red: Word;

  

Only the bottom 4 bits recognized

  Green: Word;

  

Only the bottom 4 bits recognized

  Blue: Word;

  

Only the bottom 4 bits recognized

end;


Documentation generated on: 2021-07-30