Function for getting pixel colors.
TGetPixel32Func = function (Bits: Pointer; Info: PImageFormatInfo; Palette: PPalette32): TColor32Rec;
ImagingTypes (at line 367)
Native pixel is read from Image and then translated to 32 bit ARGB.