BitmapAdjustColor constructor

BitmapAdjustColor({
  1. int? blacks,
  2. int? whites,
  3. double? exposure,
  4. double? saturation,
})

Implementation

BitmapAdjustColor({
  this.blacks,
  this.whites,
  this.exposure,
  this.saturation,
});