GrayToGray Function
ImagingFormats

Converts any grayscale format to any grayscale format.

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

ImagingFormats (at line 265)

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