Vuo 2.4.4
Loading...
Searching...
No Matches
VuoBlendMode.h
Go to the documentation of this file.
1
10#ifndef VuoBlendMode_h
11#define VuoBlendMode_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
57
59
60VuoBlendMode VuoBlendMode_makeFromJson(struct json_object * js);
61struct json_object * VuoBlendMode_getJson(const VuoBlendMode value);
63char * VuoBlendMode_getSummary(const VuoBlendMode value);
64
66
73
78#ifdef __cplusplus
79}
80#endif
81
82#endif