Returns the Red channel of pixel at (x,y).
x
y
@override int pixelR(int x, int y) => (pixel(x, y) & 0xff);