GrayToIndex Function
ImagingFormats

Converts any grayscale format to any indexed format.

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

ImagingFormats (at line 274)

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