getPixelMin method

int getPixelMin(
  1. int i
)

Returns the minimum sample for pixel i.

Implementation

int getPixelMin(int i) => this[2 * i];