BaseBeautyStore class abstract

Basic beauty management class, used to handle the adjustment and state management of beauty effects.

Constructors

BaseBeautyStore()

Properties

baseBeautyState BaseBeautyState
Beauty state subscription, containing beauty effect levels such as smoothing, whitening, and ruddy. By subscribing to this state, you can get real-time updates of beauty data. {@link BaseBeautyState}
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset all beauty parameters (smoothing, whitening, ruddy) to the default off state (value is 0).
setRuddyLevel(double ruddyLevel) → void
Set ruddy level
setSmoothLevel(double smoothLevel) → void
Set smoothing level
setWhitenessLevel(double whitenessLevel) → void
Set whitening level
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

shared BaseBeautyStore
Singleton object
no setter