Vuo  2.3.2
VuoPixelShape.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef void * VuoList_VuoPixelShape;
14 #define VuoList_VuoPixelShape_TYPE_DEFINED
16 
28 typedef enum
29 {
30  VuoPixelShape_Rectangle,
31  VuoPixelShape_Triangle,
32  VuoPixelShape_Hexagon
34 
38 char *VuoPixelShape_getSummary(const VuoPixelShape value);
39 
40 #define VuoPixelShape_SUPPORTS_COMPARISON
41 bool VuoPixelShape_areEqual(const VuoPixelShape valueA, const VuoPixelShape valueB);
42 bool VuoPixelShape_isLessThan(const VuoPixelShape valueA, const VuoPixelShape valueB);
43 
53