public class FaceShapeBeautyOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FACE_SHAPE_BEAUTY_STYLE_FEMALE
0: (Default) Female face shape style.
|
static int |
FACE_SHAPE_BEAUTY_STYLE_MALE
1: Male face shape style.
|
int |
shapeStyle
The face shape style, used with
shapeStyle : FACE_SHAPE_BEAUTY_STYLE_FEMALE(0) : (default) Female face shape style. |
int |
styleIntensity
The intensity of the pinching effect applied to the specified facial style.
|
Constructor and Description |
---|
FaceShapeBeautyOptions() |
FaceShapeBeautyOptions(int style,
int intensity)
Face shape beauty options.
|
public static final int FACE_SHAPE_BEAUTY_STYLE_FEMALE
public static final int FACE_SHAPE_BEAUTY_STYLE_MALE
public int shapeStyle
shapeStyle
: FACE_SHAPE_BEAUTY_STYLE_FEMALE(0)
: (default) Female face shape style. FACE_SHAPE_BEAUTY_STYLE_MALE(1)
: Male face shape style.
public int styleIntensity
public FaceShapeBeautyOptions(int style, int intensity)
style
- The face shape style, used with the shapeStyle
: FACE_SHAPE_BEAUTY_STYLE_FEMALE(0)
: (default) Female face shape style. FACE_SHAPE_BEAUTY_STYLE_MALE(1)
: Male face shape style.
intensity
- The intensity of the pinching effect applied to the specified facial style.
The value ranges from 0 (original) to 100. The default value is 0.
The greater the value, the stronger the intensity applied to face pinching.public FaceShapeBeautyOptions()