ChannelToIndex Function
ImagingFormats

Converts any ARGB format to any indexed format.

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

ImagingFormats (at line 261)

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