ChannelToChannel Function
ImagingFormats

Converts any ARGB format to any ARGB format.

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

ImagingFormats (at line 252)

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