VignetteSettings class
Darkens the image toward the edges, after tone mapping.
Constructors
Properties
- enabled ↔ bool
-
Whether the vignette runs. Off by default.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intensity ↔ double
-
How dark the edges become.
0is none,1is fully dark.getter/setter pair - radius ↔ double
-
Where the darkening begins, measured from the center. Smaller values
darken more of the image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smoothness ↔ double
-
Softness of the falloff from clear to dark.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited