Vuo  2.0.0
VuoBlendMode.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoBlendMode_struct { void *l; } * VuoList_VuoBlendMode;
14 #define VuoList_VuoBlendMode_TYPE_DEFINED
15 
28 typedef enum {
56 } VuoBlendMode;
57 
59 struct json_object * VuoBlendMode_getJson(const VuoBlendMode value);
61 char * VuoBlendMode_getSummary(const VuoBlendMode value);
62 
64 
68 char * VuoBlendMode_getString(const VuoBlendMode value);
72