Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
struct json_objectVuoImageNoise_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.
 
VuoImageNoise VuoImageNoise_makeFromString (const char *str)
 Automatically generated function.
 
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.
 

Enumeration Type Documentation

An image noise pattern.

Function Documentation

bool VuoImageNoise_areEqual ( const VuoImageNoise  valueA,
const VuoImageNoise  valueB 
)

Returns true if the two values are equal.

VuoList_VuoImageNoise VuoImageNoise_getAllowedValues ( void  )

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

struct json_object* VuoImageNoise_getJson ( const VuoImageNoise  value)
read

Encodes value as a JSON object.

char* VuoImageNoise_getString ( const VuoImageNoise  value)

Automatically generated function.

char* VuoImageNoise_getSummary ( const VuoImageNoise  value)

Returns a compact string representation of value.

bool VuoImageNoise_isLessThan ( const VuoImageNoise  valueA,
const VuoImageNoise  valueB 
)

Returns true if valueA is less than valueB.

VuoImageNoise VuoImageNoise_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"cellular"
VuoImageNoise VuoImageNoise_makeFromString ( const char *  str)

Automatically generated function.

void VuoImageNoise_release ( VuoImageNoise  value)

Automatically generated function.

void VuoImageNoise_retain ( VuoImageNoise  value)

Automatically generated function.