FloatToGray Function
ImagingFormats

Converts any floating point format to any grayscale format.

Pascal
procedure FloatToGray(NumPixels: LongInt; 
                      Src: PByte; 
                      Dst: PByte; 
                      SrcInfo: PImageFormatInfo; 
                      DstInfo: PImageFormatInfo);
File

ImagingFormats (at line 284)

Related Information
You are here: Symbol Reference > Functions > FloatToGray Function