Source position: msegraphutils.pas line 44
type rgbtriplety = packed record
blue: Byte;
green: Byte;
red: Byte;
res: Byte;
end;