Vuo  2.4.0
VuoNoise.h
Go to the documentation of this file.
1
10#pragma once
11
13typedef const struct VuoList_VuoNoise_struct { void *l; } * VuoList_VuoNoise;
14#define VuoList_VuoNoise_TYPE_DEFINED
16
28typedef enum {
29 VuoNoise_White,
30 VuoNoise_Grey,
31 VuoNoise_Pink,
32 VuoNoise_Brown,
33 VuoNoise_Blue,
34 VuoNoise_Violet
35} VuoNoise;
36
38struct json_object * VuoNoise_getJson(const VuoNoise value);
40char * VuoNoise_getSummary(const VuoNoise value);
41
43
47char * VuoNoise_getString(const VuoNoise value);
49