Standard pixel fetching routine prototype
Source position: graphh.inc line 527
type getpixelproc = function(
X: SmallInt;
Y: SmallInt
):ColorType;