Source position: mufasatypes.pas line 56
type TRGB32 = packed record
B: Byte;
G: Byte;
R: Byte;
A: Byte;
end;