Specifies the current color of the pixels of canvas.
public property Pixels32 [X, Y: LongInt]: TColor32 read GetPixel32 write SetPixel32;
Native pixel is read from canvas and then translated to 32bit ARGB. Reverse operation is made when setting pixel color.