WhiteBlackPointFilter constructor

WhiteBlackPointFilter({
  1. double blackPoint = 0.0,
  2. double whitePoint = 1.0,
})

Implementation

WhiteBlackPointFilter({
  this.blackPoint = 0.0,
  this.whitePoint = 1.0,
}) : super();