Source position: fpimage.pp line 454
type TFPCompactImgRGBA8BitValue = packed record
R: Byte;
G: Byte;
B: Byte;
A: Byte;
end;