MeiCam SDK For Android
3.14.0
|
Makeup effect 3d layer information. More...
Public Member Functions | |
MakeupEffectLayer3D () | |
String | getTexFilePath () |
NvsColor | getTexColor () |
int | getBlendingMode () |
![]() | |
MakeupEffectLayer (int type) | |
String | getLayerId () |
float | getIntensity () |
int | getType () |
Public Attributes | |
String | texFilePath |
Effect layer texture file path. More... | |
NvsColor | texColor |
effect layer texture color. More... | |
int | blendingMode |
Effect layer blending mode. For all supported mode, please refer to [MAKEUP_EFFECT_BLENDING_MODE]. More... | |
![]() | |
String | layerId |
Makeup effect layer id. More... | |
float | intensity |
Effect layer intensity. More... | |
int | type |
Effect layer type. For all supported type, please refer to [MAKEUP_EFFECT_LAYER_TYPE]. More... | |
Makeup effect 3d layer information.
|
inline |
|
inline |
|
inline |
|
inline |
int com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.blendingMode |
Effect layer blending mode. For all supported mode, please refer to [MAKEUP_EFFECT_BLENDING_MODE].
NvsColor com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.texColor |
effect layer texture color.
The color is only valid if its alpha is positive, otherwise texture's original color will be used. Effect layer color has lower priority than effect's.
String com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.texFilePath |
Effect layer texture file path.