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

Description

VuoBlendMode C type definition.

Enumerations

enum  VuoBlendMode {
  VuoBlendMode_Normal, VuoBlendMode_Multiply, VuoBlendMode_DarkerComponent, VuoBlendMode_LinearBurn,
  VuoBlendMode_ColorBurn, VuoBlendMode_Screen, VuoBlendMode_LighterComponent, 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
}
 An enum defining different types of blend shaders.
 

Functions

VuoBlendMode VuoBlendMode_valueFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoBlendMode.
 
json_object * VuoBlendMode_jsonFromValue (const VuoBlendMode value)
 Encodes value as a JSON object.
 
char * VuoBlendMode_summaryFromValue (const VuoBlendMode value)
 Same as VuoBlendMode_stringFromValue()
 
VuoBlendMode VuoBlendMode_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoBlendMode_stringFromValue (const VuoBlendMode value)
 Automatically generated function.