Vuo 2.4.4
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.
 
json_object * VuoHorizontalReflection_getJson (const VuoHorizontalReflection value)
 Encodes value as a JSON object.
 
char * VuoHorizontalReflection_getSummary (const VuoHorizontalReflection value)
 Returns a human-readable description of value.
 
VuoList_VuoHorizontalReflection VuoHorizontalReflection_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoHorizontalReflection_getString (const VuoHorizontalReflection value)
 Automatically generated functions.
 
void VuoHorizontalReflection_retain (VuoHorizontalReflection value)
 Automatically generated functions.
 
void VuoHorizontalReflection_release (VuoHorizontalReflection value)
 Automatically generated functions.
 

Enumeration Type Documentation

◆ VuoHorizontalReflection

An enum defining different types of color masks.

Definition at line 27 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 73 of file VuoHorizontalReflection.c.

◆ VuoHorizontalReflection_getJson()

struct json_object * VuoHorizontalReflection_getJson ( const VuoHorizontalReflection  value)

Encodes value as a JSON object.

Definition at line 49 of file VuoHorizontalReflection.c.

◆ VuoHorizontalReflection_getString()

char * VuoHorizontalReflection_getString ( const VuoHorizontalReflection  value)

Automatically generated functions.

◆ VuoHorizontalReflection_getSummary()

char * VuoHorizontalReflection_getSummary ( const VuoHorizontalReflection  value)

Returns a human-readable description of value.

Definition at line 85 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 29 of file VuoHorizontalReflection.c.

◆ VuoHorizontalReflection_release()

void VuoHorizontalReflection_release ( VuoHorizontalReflection  value)

Automatically generated functions.

◆ VuoHorizontalReflection_retain()

void VuoHorizontalReflection_retain ( VuoHorizontalReflection  value)

Automatically generated functions.