Vuo  2.3.2
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. More...
 
json_objectVuoThresholdType_getJson (const VuoThresholdType value)
 Encodes value as a JSON object. More...
 
char * VuoThresholdType_getSummary (const VuoThresholdType value)
 Same as VuoThresholdType_getString() More...
 
VuoList_VuoThresholdType VuoThresholdType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoThresholdType VuoThresholdType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoThresholdType_getString (const VuoThresholdType value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoThresholdType

An enum defining different types of color masks.

Definition at line 28 of file VuoThresholdType.h.

Function Documentation

◆ VuoThresholdType_getAllowedValues()

VuoList_VuoThresholdType VuoThresholdType_getAllowedValues ( void  )

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

Definition at line 123 of file VuoThresholdType.c.

◆ VuoThresholdType_getJson()

struct json_object * VuoThresholdType_getJson ( const VuoThresholdType  value)

Encodes value as a JSON object.

Definition at line 68 of file VuoThresholdType.c.

◆ VuoThresholdType_getString()

char* VuoThresholdType_getString ( const VuoThresholdType  value)

Automatically generated function.

◆ VuoThresholdType_getSummary()

char * VuoThresholdType_getSummary ( const VuoThresholdType  value)

Same as VuoThresholdType_getString()

Definition at line 143 of file VuoThresholdType.c.

◆ VuoThresholdType_makeFromJson()

VuoThresholdType VuoThresholdType_makeFromJson ( json_object js)

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

Definition at line 32 of file VuoThresholdType.c.

◆ VuoThresholdType_makeFromString()

VuoThresholdType VuoThresholdType_makeFromString ( const char *  str)

Automatically generated function.