Source position: graphbmpfunctions.pas line 63
type TRGBEdge = array [0..1,word] of record
R: LongInt;
G: LongInt;
B: LongInt;
end;