Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
VuoImageNoise.h File Reference

Description

VuoImageNoise C type definition.

Definition in file VuoImageNoise.h.

Go to the source code of this file.

Enumerations

enum  VuoImageNoise { VuoImageNoise_Gradient , VuoImageNoise_Value , VuoImageNoise_Cellular , VuoImageNoise_Dot }
 An image noise pattern. More...
 

Functions

VuoImageNoise VuoImageNoise_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoImageNoise_getJson (const VuoImageNoise value)
 Encodes value as a JSON object.
 
VuoList_VuoImageNoise VuoImageNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoImageNoise_getSummary (const VuoImageNoise value)
 Returns a compact string representation of value.
 
bool VuoImageNoise_areEqual (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if the two values are equal.
 
bool VuoImageNoise_isLessThan (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if valueA is less than valueB.
 
char * VuoImageNoise_getString (const VuoImageNoise value)
 Automatically generated function.
 
void VuoImageNoise_retain (VuoImageNoise value)
 Automatically generated function.
 
void VuoImageNoise_release (VuoImageNoise value)
 Automatically generated function.