BeautyOptions class
Sets the image enhancement options.
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- BeautyOptions({LighteningContrastLevel? lighteningContrastLevel, double? lighteningLevel, double? smoothnessLevel, double? rednessLevel})
- Constructs a BeautyOptions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lighteningContrastLevel ↔ LighteningContrastLevel?
-
The lightening contrast level, used with lighteningLevel.
getter/setter pair
- lighteningLevel ↔ double?
-
The brightness level. The value ranges between 0.0 (original) and 1.0. The default value is 0.7.
getter/setter pair
- rednessLevel ↔ double?
-
The redness level. The value ranges between 0.0 (original) and 1.0. The default value is 0.1. This parameter adjusts the red saturation level.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smoothnessLevel ↔ double?
-
The sharpness level. The value ranges between 0.0 (original) and 1.0. The default value is 0.5. This parameter is usually used to remove blemishes.
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