Source position: prtgfx.pas line 46
type tcolorEntry = record
colorLong: LongWord;
colorByte: array [0..3] of Byte;
colorSByte: array [0..3] of ShortInt;
end;