[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLType' (#lcl)

tagRGBTRIPLE

Declaration

Source position: lcltype.pp line 1089

type tagRGBTRIPLE = record

  rgbtBlue: Byte;

  

  rgbtGreen: Byte;

  

  rgbtRed: Byte;

  

end;