IndexToChannel Function
ImagingFormats

Converts any indexed format to any ARGB format.

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

ImagingFormats (at line 294)

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