Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoThresholdType.h File Reference

Description

VuoThresholdType C type definition.

Classes

struct  VuoList_VuoThresholdType_struct
 A list of VuoThresholdType elements. More...
 

Enumerations

enum  VuoThresholdType {
  VuoThresholdType_Luminance, VuoThresholdType_Red, VuoThresholdType_Green, VuoThresholdType_Blue,
  VuoThresholdType_Alpha
}
 An enum defining different types of color masks. More...
 

Functions

VuoThresholdType VuoThresholdType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoThresholdType.
 
json_objectVuoThresholdType_getJson (const VuoThresholdType value)
 Encodes value as a JSON object.
 
VuoList_VuoThresholdType VuoThresholdType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoThresholdType_getSummary (const VuoThresholdType value)
 Same as VuoThresholdType_getString()
 
VuoThresholdType VuoThresholdType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoThresholdType_getString (const VuoThresholdType value)
 Automatically generated function.
 
#define VuoList_VuoThresholdType_TYPE_DEFINED
 
typedef struct
VuoList_VuoThresholdType_struct
VuoList_VuoThresholdType