Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoHorizontalReflection.h File Reference

Description

VuoHorizontalReflection C type definition.

Definition in file VuoHorizontalReflection.h.

Go to the source code of this file.

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.
 
VuoList_VuoHorizontalReflection VuoHorizontalReflection_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoHorizontalReflection_getSummary (const VuoHorizontalReflection value)
 Returns a human-readable description of value.
 
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.