4 #import <Foundation/Foundation.h>
9 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
14 - (nonnull instancetype)initWithSkinSmoothStrength:(
float)skinSmoothStrength
15 lutPath:(nonnull NSString *)lutPath
16 lutOnlySkin:(BOOL)lutOnlySkin
17 tonePath:(nonnull NSString *)tonePath
18 toneStrength:(
float)toneStrength
19 blushPath:(nonnull NSString *)blushPath
20 blushAutoCorrection:(BOOL)blushAutoCorrection
21 eyePath:(nonnull NSString *)eyePath
22 shadowsPath:(nonnull NSString *)shadowsPath
23 shadowsAlpha:(
float)shadowsAlpha
24 applyScleraMod:(BOOL)applyScleraMod
25 applyEyeFiltration:(BOOL)applyEyeFiltration
26 eyelashPath:(nonnull NSString *)eyelashPath
27 lipsPainting:(BOOL)lipsPainting
28 lipsColorR:(
float)lipsColorR
29 lipsColorG:(
float)lipsColorG
30 lipsColorB:(
float)lipsColorB;
31 + (nonnull instancetype)neuroBeautyInputWithSkinSmoothStrength:(
float)skinSmoothStrength
32 lutPath:(nonnull NSString *)lutPath
33 lutOnlySkin:(BOOL)lutOnlySkin
34 tonePath:(nonnull NSString *)tonePath
35 toneStrength:(
float)toneStrength
36 blushPath:(nonnull NSString *)blushPath
37 blushAutoCorrection:(BOOL)blushAutoCorrection
38 eyePath:(nonnull NSString *)eyePath
39 shadowsPath:(nonnull NSString *)shadowsPath
40 shadowsAlpha:(
float)shadowsAlpha
41 applyScleraMod:(BOOL)applyScleraMod
42 applyEyeFiltration:(BOOL)applyEyeFiltration
43 eyelashPath:(nonnull NSString *)eyelashPath
44 lipsPainting:(BOOL)lipsPainting
45 lipsColorR:(
float)lipsColorR
46 lipsColorG:(
float)lipsColorG
47 lipsColorB:(
float)lipsColorB;
51 @property (nonatomic, readonly, nonnull) NSString *
lutPath;
55 @property (nonatomic, readonly, nonnull) NSString *
tonePath;
59 @property (nonatomic, readonly, nonnull) NSString *
blushPath;
63 @property (nonatomic, readonly, nonnull) NSString *
eyePath;
65 @property (nonatomic, readonly, nonnull) NSString *
shadowsPath;
73 @property (nonatomic, readonly, nonnull) NSString *
eyelashPath;