Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoVerticalReflection

Description

Options for mirroring an image along the y-axis.

Enumerations

enum  VuoVerticalReflection { VuoVerticalReflection_None, VuoVerticalReflection_Top, VuoVerticalReflection_Bottom }
 An enum defining different types of color masks. More...
 

Functions

VuoVerticalReflection VuoVerticalReflection_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoVerticalReflection.
 
json_object * VuoVerticalReflection_jsonFromValue (const VuoVerticalReflection value)
 Encodes value as a JSON object.
 
char * VuoVerticalReflection_summaryFromValue (const VuoVerticalReflection value)
 Returns a human-readable description of value.
 
VuoList_VuoVerticalReflection VuoVerticalReflection_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoVerticalReflection VuoVerticalReflection_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoVerticalReflection_stringFromValue (const VuoVerticalReflection value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of color masks.

Function Documentation

VuoList_VuoVerticalReflection VuoVerticalReflection_allowedValues ( void  )

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

struct json_object * VuoVerticalReflection_jsonFromValue ( const VuoVerticalReflection  value)
read

Encodes value as a JSON object.

char* VuoVerticalReflection_stringFromValue ( const VuoVerticalReflection  value)

Automatically generated function.

char * VuoVerticalReflection_summaryFromValue ( const VuoVerticalReflection  value)

Returns a human-readable description of value.

VuoVerticalReflection VuoVerticalReflection_valueFromJson ( json_object *  js)

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

VuoVerticalReflection VuoVerticalReflection_valueFromString ( const char *  str)

Automatically generated function.