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

Makeup effect information for each part, say eyelash, eyebrow, lips, etc. More...

#import <NvsMakeupEffectInfo.h>

Inheritance diagram for NvsMakeupEffect:

Properties

NSString * effectId
 effect ID, which is unique and fixed for each effect. Currently supported ids are "lip", "eyebrow", "eyeshadow", "eyelash", "eyeliner", "blusher", "shadow" and "brighten". More...
 
NvsColor color
 effect texture color. More...
 
float intensity
 Effect intensity. More...
 
NSMutableArray< NvsMakeupEffectLayer * > * makeupEffectLayerArray
 Effect layers contained. More...
 

Detailed Description

Makeup effect information for each part, say eyelash, eyebrow, lips, etc.

Deprecated:

Property Documentation

◆ color

- (NvsColor) color
readwritenonatomicassign

effect texture color.

    The color is only valid if its alpha is positive, otherwise texture's original color will be used.
    If effect color is used, all textures of this effect's layers will be set.
    Effect color has higher priority than layer's.
Deprecated:

◆ effectId

- (NSString*) effectId
readwritenonatomiccopy

effect ID, which is unique and fixed for each effect. Currently supported ids are "lip", "eyebrow", "eyeshadow", "eyelash", "eyeliner", "blusher", "shadow" and "brighten".

Deprecated:

◆ intensity

- (float) intensity
readwritenonatomicassign

Effect intensity.

◆ makeupEffectLayerArray

- (NSMutableArray<NvsMakeupEffectLayer *>*) makeupEffectLayerArray
readwritenonatomicstrong

Effect layers contained.


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