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