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

Description

VuoThresholdType C type definition.

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_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoThresholdType.
 
json_object * VuoThresholdType_jsonFromValue (const VuoThresholdType value)
 Encodes value as a JSON object.
 
VuoList_VuoThresholdType VuoThresholdType_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoThresholdType_summaryFromValue (const VuoThresholdType value)
 Same as VuoThresholdType_stringFromValue()
 
VuoThresholdType VuoThresholdType_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoThresholdType_stringFromValue (const VuoThresholdType value)
 Automatically generated function.
 
#define VuoList_VuoThresholdType_TYPE_DEFINED
 
typedef void * VuoList_VuoThresholdType