Converts any floating point format to any grayscale format.
procedure FloatToGray(NumPixels: LongInt; Src: PByte; Dst: PByte; SrcInfo: PImageFormatInfo; DstInfo: PImageFormatInfo);
ImagingFormats (at line 284)