ChannelToFloat Function
ImagingFormats

Converts any ARGB format to any floating point format.

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

ImagingFormats (at line 258)

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