GPUExposureFilter constructor

GPUExposureFilter({
  1. double? exposure,
})

exposure: The adjusted exposure (-10.0 - 10.0, with 0.0 as the default)

曝光度 -10.0 - 10.0,默认0.0

Implementation

GPUExposureFilter({this.exposure}) {
  type = "exposure";
}