Returns a pixel at (x,y) as PColor.
x
y
PColorRGB pixelColor(int x, int y) => parseColor(pixel(x, y));