Banuba SDK
Loading...
Searching...
No Matches
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 was generated by Djinni from types.djinni
7
8#pragma once
9
11#include <utility>
12
13namespace bnb { namespace interfaces {
14
15struct lips_shine_mask final {
16 /**shine_mask */
18 /**blending coeffcient */
19 float v_min;
20 float v_max;
21
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
float v_min
blending coeffcient
transformed_mask_byte meta
shine_mask