Vuo 2.4.4
Loading...
Searching...
No Matches
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_object * VuoThresholdType_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.
 
char * VuoThresholdType_getString (const VuoThresholdType value)
 Automatically generated functions.
 
void VuoThresholdType_retain (VuoThresholdType value)
 Automatically generated functions.
 
void VuoThresholdType_release (VuoThresholdType value)
 Automatically generated functions.
 

Enumeration Type Documentation

◆ VuoThresholdType

An enum defining different types of color masks.

Definition at line 27 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 121 of file VuoThresholdType.c.

◆ VuoThresholdType_getJson()

struct json_object * VuoThresholdType_getJson ( const VuoThresholdType  value)

Encodes value as a JSON object.

Definition at line 66 of file VuoThresholdType.c.

◆ VuoThresholdType_getString()

char * VuoThresholdType_getString ( const VuoThresholdType  value)

Automatically generated functions.

◆ VuoThresholdType_getSummary()

char * VuoThresholdType_getSummary ( const VuoThresholdType  value)

Same as VuoThresholdType_getString()

Definition at line 141 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 30 of file VuoThresholdType.c.

◆ VuoThresholdType_release()

void VuoThresholdType_release ( VuoThresholdType  value)

Automatically generated functions.

◆ VuoThresholdType_retain()

void VuoThresholdType_retain ( VuoThresholdType  value)

Automatically generated functions.