pixelR abstract method

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

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

Implementation

int pixelR(int x, int y);