Imaging constructor

Imaging({
  1. BacklightCompensation? backlightCompensation,
  2. double? brightness,
  3. double? colorSaturation,
  4. double? contrast,
  5. Exposure? exposure,
  6. Focus? focus,
  7. String? irCutFilter,
  8. double? sharpness,
  9. WideDynamicRange? wideDynamicRange,
  10. WhiteBalance? whiteBalance,
})

Implementation

Imaging(
    {this.backlightCompensation,
    this.brightness,
    this.colorSaturation,
    this.contrast,
    this.exposure,
    this.focus,
    this.irCutFilter,
    this.sharpness,
    this.wideDynamicRange,
    this.whiteBalance});