pixelA abstract method

int pixelA(
  1. int x,
  2. int y
)

Returns the Alpha channel of pixel at (x,y).

Implementation

int pixelA(int x, int y);