setPixelThreshold method

void setPixelThreshold(
  1. double thresholdInPixels
)

Implementation

void setPixelThreshold(double thresholdInPixels) {
  _pixelThreshold = thresholdInPixels;
}