CropBackground constructor

CropBackground({
  1. double tolerance = 0.05,
  2. double purity = 0.99,
  3. int wrapper = 255,
})

Implementation

CropBackground({
  this.tolerance = 0.05,
  this.purity = 0.99,
  this.wrapper = 255,
});