Vuo  2.3.2
Macros | Enumerations | Functions
VuoImageNoise

Description

An image noise pattern.

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. More...
 
struct json_objectVuoImageNoise_getJson (const VuoImageNoise value)
 Encodes value as a JSON object. More...
 
VuoList_VuoImageNoise VuoImageNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoImageNoise_getSummary (const VuoImageNoise value)
 Returns a compact string representation of value. More...
 
bool VuoImageNoise_areEqual (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if the two values are equal. More...
 
bool VuoImageNoise_isLessThan (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if valueA is less than valueB. More...
 
VuoImageNoise VuoImageNoise_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoImageNoise_getString (const VuoImageNoise value)
 Automatically generated function. More...
 
void VuoImageNoise_retain (VuoImageNoise value)
 Automatically generated function. More...
 
void VuoImageNoise_release (VuoImageNoise value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoImageNoise

An image noise pattern.

Definition at line 28 of file VuoImageNoise.h.

Function Documentation

◆ VuoImageNoise_areEqual()

bool VuoImageNoise_areEqual ( const VuoImageNoise  valueA,
const VuoImageNoise  valueB 
)

Returns true if the two values are equal.

Definition at line 103 of file VuoImageNoise.c.

◆ VuoImageNoise_getAllowedValues()

VuoList_VuoImageNoise VuoImageNoise_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 73 of file VuoImageNoise.c.

◆ VuoImageNoise_getJson()

struct json_object* VuoImageNoise_getJson ( const VuoImageNoise  value)

Encodes value as a JSON object.

Definition at line 56 of file VuoImageNoise.c.

◆ VuoImageNoise_getString()

char* VuoImageNoise_getString ( const VuoImageNoise  value)

Automatically generated function.

◆ VuoImageNoise_getSummary()

char* VuoImageNoise_getSummary ( const VuoImageNoise  value)

Returns a compact string representation of value.

Definition at line 86 of file VuoImageNoise.c.

◆ VuoImageNoise_isLessThan()

bool VuoImageNoise_isLessThan ( const VuoImageNoise  valueA,
const VuoImageNoise  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 111 of file VuoImageNoise.c.

◆ VuoImageNoise_makeFromJson()

VuoImageNoise VuoImageNoise_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"cellular"

Definition at line 35 of file VuoImageNoise.c.

◆ VuoImageNoise_makeFromString()

VuoImageNoise VuoImageNoise_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoImageNoise_release()

void VuoImageNoise_release ( VuoImageNoise  value)

Automatically generated function.

◆ VuoImageNoise_retain()

void VuoImageNoise_retain ( VuoImageNoise  value)

Automatically generated function.