[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TColorSpec

Color table entry

Declaration

Source position: intuition.pas line 1059

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: 2017-01-10