IndexToFloat Function
ImagingFormats

Converts any indexed format to any floating point format.

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

ImagingFormats (at line 300)

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