MeiCam SDK For Android  3.14.0
Public Member Functions | Public Attributes | List of all members
com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D Class Reference

Makeup effect 3d layer information. More...

Inheritance diagram for com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D:
com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer

Public Member Functions

 MakeupEffectLayer3D ()
 
String getTexFilePath ()
 
NvsColor getTexColor ()
 
int getBlendingMode ()
 
- Public Member Functions inherited from com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer
 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...
 
- Public Attributes inherited from com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer
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...
 

Detailed Description

Makeup effect 3d layer information.

Constructor & Destructor Documentation

◆ MakeupEffectLayer3D()

com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.MakeupEffectLayer3D ( )
inline

Member Function Documentation

◆ getBlendingMode()

int com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.getBlendingMode ( )
inline

◆ getTexColor()

NvsColor com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.getTexColor ( )
inline

◆ getTexFilePath()

String com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.getTexFilePath ( )
inline

Member Data Documentation

◆ blendingMode

int com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.blendingMode

Effect layer blending mode. For all supported mode, please refer to [MAKEUP_EFFECT_BLENDING_MODE].

◆ texColor

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.

◆ texFilePath

String com.meicam.sdk.NvsMakeupEffectInfo.MakeupEffectLayer3D.texFilePath

Effect layer texture file path.


The documentation for this class was generated from the following file: