Vuo  2.4.0
VuoBlurShape.h
Go to the documentation of this file.
1
10#pragma once
11
13typedef void * VuoList_VuoBlurShape;
14#define VuoList_VuoBlurShape_TYPE_DEFINED
16
28typedef enum
29{
30 VuoBlurShape_Gaussian,
31 VuoBlurShape_Linear,
32 VuoBlurShape_Box,
33 VuoBlurShape_Disc,
35
39char *VuoBlurShape_getSummary(const VuoBlurShape value);
40
41#define VuoBlurShape_SUPPORTS_COMPARISON
42bool VuoBlurShape_areEqual(const VuoBlurShape valueA, const VuoBlurShape valueB);
43bool VuoBlurShape_isLessThan(const VuoBlurShape valueA, const VuoBlurShape valueB);
44
54