IndexToGray Function
ImagingFormats

Converts any indexed format to any grayscale format.

Pascal
procedure IndexToGray(NumPixels: LongInt; 
                      Src: PByte; 
                      Dst: PByte; 
                      SrcInfo: PImageFormatInfo; 
                      DstInfo: PImageFormatInfo; 
                      SrcPal: PPalette32);
File

ImagingFormats (at line 297)

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