Vuo 2.4.4
Loading...
Searching...
No Matches
VuoWrapMode.h
Go to the documentation of this file.
1
10#ifndef VuoWrapMode_h
11#define VuoWrapMode_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
28typedef enum {
29 VuoWrapMode_Wrap,
30 VuoWrapMode_Saturate
32
33#include "VuoList_VuoWrapMode.h"
34
35VuoWrapMode VuoWrapMode_makeFromJson(struct json_object * js);
36struct json_object * VuoWrapMode_getJson(const VuoWrapMode value);
38char * VuoWrapMode_getSummary(const VuoWrapMode value);
39
41
48
53#ifdef __cplusplus
54}
55#endif
56
57#endif