pixelB abstract method

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

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

Implementation

int pixelB(int x, int y);