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

TRGB32

Declaration

Source position: mufasatypes.pas line 56

type TRGB32 = packed record

  B: Byte;

  G: Byte;

  R: Byte;

  A: Byte;

end;