GPUHighlightsShadowsFilter class

@Author: gstory @CreateDate: 2022/2/11 4:45 下午 @Email gstory0404@gmail.com @Description: 调整图片的阴影 高光

Inheritance

Constructors

GPUHighlightsShadowsFilter({double? highlights, double? shadows})
shadows: Increase to lighten shadows, from 0.0 to 1.0, with 0.0 as the default. highlights: Decrease to darken highlights, from 1.0 to 0.0, with 1.0 as the default.

Properties

hashCode int
The hash code for this object.
no setterinherited
highlights double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows double?
getter/setter pair
type String
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHighlights(double highlights) → void
setShadows(double shadows) → void
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited