Sets pixel of image in any grayscale format.
procedure GraySetDstPixel(Dst: PByte; DstInfo: PImageFormatInfo; const Gray: TColor64Rec; Alpha: Word);
ImagingFormats (at line 208)
Gray value must be scaled to 64 bits and alpha to 16 bits.