BeautyOptions class

Image enhancement options.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

BeautyOptions({LighteningContrastLevel? lighteningContrastLevel, double? lighteningLevel, double? smoothnessLevel, double? rednessLevel})
Constructs the BeautyOptions.

Properties

hashCode int
The hash code for this object.
no setterinherited
lighteningContrastLevel LighteningContrastLevel?
contrast, often with lighteningLevel . The larger the value, the greater the contrast between light and dark.
getter/setter pair
lighteningLevel double?
The brightness level. The value ranges from 0.0 (original) to 1.0. The default is
getter/setter pair
rednessLevel double?
The value ranges from 0.0 (original) to 1.0. The default value is 0.1. The larger the value, the greater the rosy degree.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothnessLevel double?
The value ranges from 0.0 (original) to 1.0. The default value is 0.5. The greater the value, the greater the degree of skin grinding.
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