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