Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bnb::interfaces::lips_shine_mask Struct Referencefinal

Public Member Functions

 lips_shine_mask (transformed_mask_byte meta_, float v_min_, float v_max_)
 

Public Attributes

transformed_mask_byte meta
 shine_mask
 
float v_min
 blending coeffcient
 
float v_max
 

Detailed Description

Definition at line 15 of file lips_shine_mask.hpp.

Constructor & Destructor Documentation

◆ lips_shine_mask()

bnb::interfaces::lips_shine_mask::lips_shine_mask ( transformed_mask_byte meta_,
float v_min_,
float v_max_ )
inline

Definition at line 22 of file lips_shine_mask.hpp.

25 : meta(std::move(meta_))
26 , v_min(std::move(v_min_))
27 , v_max(std::move(v_max_))
28 {}
float v_min
blending coeffcient
transformed_mask_byte meta
shine_mask

Member Data Documentation

◆ meta

transformed_mask_byte bnb::interfaces::lips_shine_mask::meta

shine_mask

Definition at line 17 of file lips_shine_mask.hpp.

◆ v_max

float bnb::interfaces::lips_shine_mask::v_max

Definition at line 20 of file lips_shine_mask.hpp.

◆ v_min

float bnb::interfaces::lips_shine_mask::v_min

blending coeffcient

Definition at line 19 of file lips_shine_mask.hpp.


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