Vuo 2.4.2
Loading...
Searching...
No Matches
VuoImageNoise.h
Go to the documentation of this file.
1
10#pragma once
11
13typedef void * VuoList_VuoImageNoise;
14#define VuoList_VuoImageNoise_TYPE_DEFINED
16
28typedef enum
29{
30 VuoImageNoise_Gradient,
31 VuoImageNoise_Value,
32 VuoImageNoise_Cellular,
33 VuoImageNoise_Dot,
35
40
41#define VuoImageNoise_SUPPORTS_COMPARISON
42bool VuoImageNoise_areEqual(const VuoImageNoise valueA, const VuoImageNoise valueB);
43bool VuoImageNoise_isLessThan(const VuoImageNoise valueA, const VuoImageNoise valueB);
44
53