GetPixel32 Function
Imaging

Function for getting pixel colors.

Pascal
function GetPixel32(const Image: TImageData; 
                    X: LongInt; 
                    Y: LongInt): TColor32Rec;
File

Imaging (at line 243)

Description

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

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