TXBeautyStyle enum

Inheritance

Constructors

TXBeautyStyle()
const

Values

tXBeautyStyleSmooth → const TXBeautyStyle

光滑,算法比较激进,磨皮效果比较明显,适用于秀场直播。

tXBeautyStyleNature → const TXBeautyStyle

自然,算法更多地保留了面部细节,磨皮效果更加自然,适用于绝大多数直播场景。

tXBeautyStylePitu → const TXBeautyStyle

优图,由优图实验室提供,磨皮效果介于光滑和自然之间,比光滑保留更多皮肤细节,比自然磨皮程度更高。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<TXBeautyStyle>
A constant List of the values in this enum, in order of their declaration.