Vuo  0.5.7
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoThresholdType

Description

Defines the color mask to be applied.

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

Enumeration Type Documentation

An enum defining different types of color masks.

Function Documentation

struct json_object * VuoThresholdType_jsonFromValue ( const VuoThresholdType  value)
read

Encodes value as a JSON object.

char* VuoThresholdType_stringFromValue ( const VuoThresholdType  value)

Automatically generated function.

char * VuoThresholdType_summaryFromValue ( const VuoThresholdType  value)

Same as VuoThresholdType_stringFromValue()

VuoThresholdType VuoThresholdType_valueFromJson ( json_object *  js)

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

VuoThresholdType VuoThresholdType_valueFromString ( const char *  str)

Automatically generated function.