Copies pixel of Image at [X, Y] to memory pointed at by Pixel.
procedure GetPixelDirect(const Image: TImageData; X: LongInt; Y: LongInt; Pixel: Pointer);
Imaging (at line 236)
Doesn't work with special formats.