Returns the blue channel value of the pixel.
pixel
@override @nonVirtual int getBlue(int pixel) => (pixel >> _offsetBlue) & 0xFF;