Returns the alpha channel value of the pixel.
pixel
@override @nonVirtual int getAlpha(int pixel) => (pixel >> _offsetAlpha) & 0xFF;