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

TRGB24

Declaration

Source position: mufasatypes.pas line 52

type TRGB24 = packed record

  B: Byte;

  G: Byte;

  R: Byte;

end;