Returns a pixel at (x,y) in the format 4-byte Uint32 integer in format.
x
y
int pixel(int x, int y) => pixels[pixelIndex(x, y)];