Source position: targacmn.pp line 50
type TBGRAEntry = packed record
Blue: Byte;
Green: Byte;
Red: Byte;
Alpha: Byte;
end;