Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoThresholdType.h File Reference

Description

VuoThresholdType C type definition.

Definition in file VuoThresholdType.h.

Go to the source code of this file.

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.
 
VuoList_VuoThresholdType VuoThresholdType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoThresholdType_getSummary (const VuoThresholdType value)
 Same as VuoThresholdType_getString()
 
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.