Returns pixel of image in any grayscale format.
procedure GrayGetSrcPixel(Src: PByte; SrcInfo: PImageFormatInfo; var Gray: TColor64Rec; var Alpha: Word);
ImagingFormats (at line 204)
Gray value is scaled to 64 bits and alpha to 16 bits.