FloatToChannel Function
ImagingFormats

Converts any floating point format to any ARGB format.

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

ImagingFormats (at line 281)

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