Vuo 2.4.2
Loading...
Searching...
No Matches
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...
 
char * VuoHorizontalReflection_getString (const VuoHorizontalReflection value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoHorizontalReflection

An enum defining different types of color masks.

Definition at line 28 of file VuoHorizontalReflection.h.

Function Documentation

◆ VuoHorizontalReflection_getAllowedValues()

VuoList_VuoHorizontalReflection VuoHorizontalReflection_getAllowedValues ( void  )

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

Definition at line 75 of file VuoHorizontalReflection.c.

◆ VuoHorizontalReflection_getJson()

struct json_object * VuoHorizontalReflection_getJson ( const VuoHorizontalReflection  value)

Encodes value as a JSON object.

Definition at line 51 of file VuoHorizontalReflection.c.

◆ 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.

Definition at line 87 of file VuoHorizontalReflection.c.

◆ VuoHorizontalReflection_makeFromJson()

VuoHorizontalReflection VuoHorizontalReflection_makeFromJson ( json_object js)

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

Definition at line 31 of file VuoHorizontalReflection.c.