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