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

Description

VuoBlendMode C type definition.

Definition in file VuoBlendMode.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoBlendMode_struct
 List type. More...
 

Enumerations

enum  VuoBlendMode {
  VuoBlendMode_Normal , VuoBlendMode_Multiply , VuoBlendMode_DarkerComponents , VuoBlendMode_DarkerColor ,
  VuoBlendMode_LinearBurn , VuoBlendMode_ColorBurn , VuoBlendMode_Screen , VuoBlendMode_LighterComponents ,
  VuoBlendMode_LighterColor , VuoBlendMode_LinearDodge , VuoBlendMode_ColorDodge , VuoBlendMode_Overlay ,
  VuoBlendMode_SoftLight , VuoBlendMode_HardLight , VuoBlendMode_VividLight , VuoBlendMode_LinearLight ,
  VuoBlendMode_PinLight , VuoBlendMode_HardMix , VuoBlendMode_Difference , VuoBlendMode_Exclusion ,
  VuoBlendMode_Subtract , VuoBlendMode_Divide , VuoBlendMode_Hue , VuoBlendMode_Saturation ,
  VuoBlendMode_Color , VuoBlendMode_Luminosity , VuoBlendMode_Power
}
 An enum defining different types of blend shaders. More...
 

Functions

VuoBlendMode VuoBlendMode_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoBlendMode. More...
 
json_objectVuoBlendMode_getJson (const VuoBlendMode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBlendMode VuoBlendMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBlendMode_getSummary (const VuoBlendMode value)
 Same as VuoBlendMode_getString() More...
 
VuoBlendMode VuoBlendMode_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBlendMode_getString (const VuoBlendMode value)
 Automatically generated function. More...
 
void VuoBlendMode_retain (VuoBlendMode value)
 Automatically generated function. More...
 
void VuoBlendMode_release (VuoBlendMode value)
 Automatically generated function. More...
 
#define VuoList_VuoBlendMode_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoBlendMode_structVuoList_VuoBlendMode
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoBlendMode_TYPE_DEFINED

#define VuoList_VuoBlendMode_TYPE_DEFINED

List type.

Definition at line 14 of file VuoBlendMode.h.

Typedef Documentation

◆ VuoList_VuoBlendMode

List type.