pixelG abstract method

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

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

Implementation

int pixelG(int x, int y);