Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoBlendMode.h File Reference

Description

VuoBlendMode C type definition.

Classes

struct  VuoList_VuoBlendMode_struct
 A list of VuoBlendMode elements. 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.
 
json_objectVuoBlendMode_getJson (const VuoBlendMode value)
 Encodes value as a JSON object.
 
VuoList_VuoBlendMode VuoBlendMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoBlendMode_getSummary (const VuoBlendMode value)
 Same as VuoBlendMode_getString()
 
VuoBlendMode VuoBlendMode_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoBlendMode_getString (const VuoBlendMode value)
 Automatically generated function.
 
void VuoBlendMode_retain (VuoBlendMode value)
 Automatically generated function.
 
void VuoBlendMode_release (VuoBlendMode value)
 Automatically generated function.
 
#define VuoList_VuoBlendMode_TYPE_DEFINED
 
typedef struct
VuoList_VuoBlendMode_struct
VuoList_VuoBlendMode