Returns the Blue channel of pixel at (x,y).
x
y
@override int pixelB(int x, int y) => ((pixel(x, y) >> 8) & 0xff);