Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIRGB

Type for a typical MUI RGB Color with three LongWords to describe the color.

Declaration

Source position: MUIClass.Area.pas line 18

type TMUIRGB = record

  Red: LongWord;

  

Red color part in 32 bit (0..$ffffffff)

  Green: LongWord;

  

Green color part in 32 bit (0..$ffffffff)

  Blue: LongWord;

  

Blue color part in 32 bit (0..$ffffffff)

end;

Description

Attention: a white color will be $ffffffff, $ffffffff, $ffffffff (in contrast a $ff, $ff, $ff would be still black)


Documentation generated on: 2024-03-29