Returns the green channel value of the pixel.
pixel
@override int getGreen(int pixel) => (pixel >> 8) & 0xFF;