MeiCam SDK For iOS  3.10.1
Properties | List of all members
NvsMakeupEffectLayer3D Class Reference

Makeup effect 3d layer information. More...

#import <NvsMakeupEffectInfo.h>

Inheritance diagram for NvsMakeupEffectLayer3D:
NvsMakeupEffectLayer

Properties

NSString * texFilePath
 Effect layer texture file path. More...
 
NvsColor texColor
 effect layer texture color. More...
 
NvsMakeupEffectBlendingMode blendingMode
 Effect layer blending mode. For all supported mode, please refer to [MAKEUP_EFFECT_BLENDING_MODE]. More...
 
- Properties inherited from NvsMakeupEffectLayer
NSString * layerId
 Makeup effect layer id. More...
 
float intensity
 Effect layer intensity. More...
 
NvsMakeupEffectLayerType type
 Effect layer type. For all supported type, please refer to [MAKEUP_EFFECT_LAYER_TYPE]. More...
 

Detailed Description

Makeup effect 3d layer information.

Deprecated:

Property Documentation

◆ blendingMode

- (NvsMakeupEffectBlendingMode) blendingMode
readwritenonatomicassign

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

Deprecated:

◆ texColor

- (NvsColor) texColor
readwritenonatomicassign

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.
Deprecated:

◆ texFilePath

- (NSString*) texFilePath
readwritenonatomiccopy

Effect layer texture file path.


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