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