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

RGBRec

Record describing palette RGB color.

Declaration

Source position: graphh.inc line 443

type RGBRec = packed record

  Red: SmallInt;

  

Red component of color.

  Green: SmallInt;

  

Green component of color.

  Blue: SmallInt;

  

Blue component of color.

end;


Documentation generated on: Jul 24 2023