TXBeautyManager class

Beauty filter and animation parameter management

Constructors

TXBeautyManager(dynamic channel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableSharpnessEnhancement(bool enable) Future<void>
Enable definition enhancement
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBeautyLevel(int beautyLevel) Future<void>
Set the strength of the beauty filter
setBeautyStyle(int beautyStyle) Future<void>
Set beauty filter type
setFilter(String assetUrl) Future<int?>
Specify material filter effect
setFilterStrength(double strength) Future<void>
Set the strength of filter
setRuddyLevel(int ruddyLevel) Future<void>
Set the strength of the rosy skin filter
setWhitenessLevel(int whitenessLevel) Future<void>
Set the strength of the brightening filter
toString() String
A string representation of this object.
inherited

Operators

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