Returns the Alpha channel of pixel at (x,y).
x
y
@override int pixelA(int x, int y) => ((pixel(x, y) >> 24) & 0xff);