Vuo  1.2.6
 All Classes Namespaces 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_Rec601, VuoThresholdType_Rec709, VuoThresholdType_Desaturate, VuoThresholdType_RGBAverage,
  VuoThresholdType_RGBMaximum, VuoThresholdType_RGBMinimum, VuoThresholdType_Red, VuoThresholdType_Green,
  VuoThresholdType_Blue, VuoThresholdType_Alpha, VuoThresholdType_RGB
}
 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.
 
char * VuoThresholdType_getSummary (const VuoThresholdType value)
 Same as VuoThresholdType_getString()
 
VuoList_VuoThresholdType VuoThresholdType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoThresholdType VuoThresholdType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoThresholdType_getString (const VuoThresholdType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of color masks.

Function Documentation

VuoList_VuoThresholdType VuoThresholdType_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object * VuoThresholdType_getJson ( const VuoThresholdType  value)
read

Encodes value as a JSON object.

char* VuoThresholdType_getString ( const VuoThresholdType  value)

Automatically generated function.

char * VuoThresholdType_getSummary ( const VuoThresholdType  value)

Same as VuoThresholdType_getString()

VuoThresholdType VuoThresholdType_makeFromJson ( json_object js)

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

VuoThresholdType VuoThresholdType_makeFromString ( const char *  str)

Automatically generated function.