TXBeautyManager class

美颜滤镜和动画参数管理

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>
启用清晰度增强
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBeautyLevel(int beautyLevel) Future<void>
设置美颜滤镜强度
setBeautyStyle(int beautyStyle) Future<void>
设置美颜滤镜类型
setFilter(String assetUrl) Future<int?>
指定素材滤镜效果
setFilterStrength(double strength) Future<void>
设置滤镜强度
setRuddyLevel(int ruddyLevel) Future<void>
设置红润滤镜强度
setWhitenessLevel(int whitenessLevel) Future<void>
设置亮白滤镜强度
toString() String
A string representation of this object.
inherited

Operators

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