[Overview][Constants][Types][Procedures and functions][Index] Reference for unit '_crw_colors' (#crwlib)

TRGBRec

Declaration

Source position: _crw_colors.pas line 40

type TRGBRec = packed record

  R: Byte;

  G: Byte;

  B: Byte;

  T: Byte;

end;