Specifies the current color of the pixels of canvas.
public property PixelsFP [X, Y: LongInt]: TColorFPRec read GetPixelFP write SetPixelFP;
Native pixel is read from canvas and then translated to FP ARGB. Reverse operation is made when setting pixel color.