GetPixel32Generic Function
ImagingFormats

Function for getting pixel colors.

Pascal
function GetPixel32Generic(Bits: Pointer; 
                           Info: PImageFormatInfo; 
                           Palette: PPalette32): TColor32Rec;
File

ImagingFormats (at line 233)

Description

Native pixel is read from Image and then translated to 32 bit ARGB.

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