GPUSepiaFilter constructor

GPUSepiaFilter({
  1. double? sepia,
})

sepia value ranges from 0.0 to 1.0, with 1.0 as the normal level

褐色 (取值范围0.0 - 2.0,默认1.0)

Implementation

GPUSepiaFilter({this.sepia}) {
  type = "sepia";
}