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