Vuo  2.3.2
Classes | Enumerations | Functions
VuoThresholdType.h File Reference

Description

VuoThresholdType C type definition.

Definition in file VuoThresholdType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoThresholdType_struct
 List type. More...
 

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...
 
VuoList_VuoThresholdType VuoThresholdType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoThresholdType_getSummary (const VuoThresholdType value)
 Same as VuoThresholdType_getString() More...
 
VuoThresholdType VuoThresholdType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoThresholdType_getString (const VuoThresholdType value)
 Automatically generated function. More...
 
#define VuoList_VuoThresholdType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoThresholdType_structVuoList_VuoThresholdType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoThresholdType_TYPE_DEFINED

#define VuoList_VuoThresholdType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoThresholdType.h.

Typedef Documentation

◆ VuoList_VuoThresholdType

List type.