Vuo 2.4.4
Loading...
Searching...
No Matches
VuoPixelShape.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum
28{
29 VuoPixelShape_Rectangle,
30 VuoPixelShape_Triangle,
31 VuoPixelShape_Hexagon
33
34#define VuoPixelShape_SUPPORTS_COMPARISON
36
37VuoPixelShape VuoPixelShape_makeFromJson(struct json_object *js);
38struct json_object *VuoPixelShape_getJson(const VuoPixelShape value);
41
42bool VuoPixelShape_areEqual(const VuoPixelShape valueA, const VuoPixelShape valueB);
43bool VuoPixelShape_isLessThan(const VuoPixelShape valueA, const VuoPixelShape valueB);
44
53
58#ifdef __cplusplus
59}
60#endif