Banuba SDK
libs
types
bnb
types
interfaces
lips_shine_mask.hpp
Go to the documentation of this file.
1
/// \file
2
/// \addtogroup Types
3
/// @{
4
///
5
// AUTOGENERATED FILE - DO NOT MODIFY!
6
// This file generated by Djinni from types.djinni
7
8
#pragma once
9
10
#include "
bnb/types/interfaces/transformed_mask_byte.hpp
"
11
#include <utility>
12
13
namespace
bnb {
namespace
interfaces {
14
15
struct
lips_shine_mask
final {
16
/**shine_mask */
17
transformed_mask_byte
meta
;
18
/**blending coeffcient */
19
float
v_min
;
20
float
v_max;
21
22
lips_shine_mask
(
transformed_mask_byte
meta_,
23
float
v_min_,
24
float
v_max_)
25
:
meta
(std::move(meta_))
26
,
v_min
(std::move(v_min_))
27
, v_max(std::move(v_max_))
28
{}
29
};
30
31
} }
// namespace bnb::interfaces
32
/// @}
33
transformed_mask_byte.hpp
bnb::interfaces::transformed_mask_byte
Definition:
transformed_mask_byte.hpp:17
bnb::interfaces::lips_shine_mask::v_min
float v_min
blending coeffcient
Definition:
lips_shine_mask.hpp:19
bnb::interfaces::lips_shine_mask::meta
transformed_mask_byte meta
shine_mask
Definition:
lips_shine_mask.hpp:17
bnb::interfaces::lips_shine_mask
Definition:
lips_shine_mask.hpp:15
Generated by
1.8.20