GetPixelFP Function
Imaging

Function for getting pixel colors.

Pascal
function GetPixelFP(const Image: TImageData; 
                    X: LongInt; 
                    Y: LongInt): TColorFPRec;
File

Imaging (at line 251)

Description

Native pixel is read from Image and then translated to FP ARGB. Works for all image formats (except special) so it is not very fast.

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