Vuo  1.2.8
Enumerations | Functions
VuoHorizontalReflection

Description

Options for mirroring an image along the y-axis.

Enumerations

enum  VuoHorizontalReflection { VuoHorizontalReflection_None, VuoHorizontalReflection_Left, VuoHorizontalReflection_Right }
 An enum defining different types of color masks. More...
 

Functions

VuoHorizontalReflection VuoHorizontalReflection_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoHorizontalReflection. More...
 
json_objectVuoHorizontalReflection_getJson (const VuoHorizontalReflection value)
 Encodes value as a JSON object. More...
 
char * VuoHorizontalReflection_getSummary (const VuoHorizontalReflection value)
 Returns a human-readable description of value. More...
 
VuoList_VuoHorizontalReflection VuoHorizontalReflection_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoHorizontalReflection VuoHorizontalReflection_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoHorizontalReflection_getString (const VuoHorizontalReflection value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoHorizontalReflection

An enum defining different types of color masks.

Function Documentation

◆ VuoHorizontalReflection_getAllowedValues()

VuoList_VuoHorizontalReflection VuoHorizontalReflection_getAllowedValues ( void  )

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

◆ VuoHorizontalReflection_getJson()

struct json_object * VuoHorizontalReflection_getJson ( const VuoHorizontalReflection  value)

Encodes value as a JSON object.

◆ VuoHorizontalReflection_getString()

char* VuoHorizontalReflection_getString ( const VuoHorizontalReflection  value)

Automatically generated function.

◆ VuoHorizontalReflection_getSummary()

char * VuoHorizontalReflection_getSummary ( const VuoHorizontalReflection  value)

Returns a human-readable description of value.

◆ VuoHorizontalReflection_makeFromJson()

VuoHorizontalReflection VuoHorizontalReflection_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoHorizontalReflection.

◆ VuoHorizontalReflection_makeFromString()

VuoHorizontalReflection VuoHorizontalReflection_makeFromString ( const char *  str)

Automatically generated function.