Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoBlendMode

Description

An enum defining different types of blend shaders.

Enumerations

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

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()
 
VuoList_VuoBlendMode VuoBlendMode_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoBlendMode VuoBlendMode_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoBlendMode_stringFromValue (const VuoBlendMode value)
 Automatically generated function.
 
void VuoBlendMode_retain (VuoBlendMode value)
 Automatically generated function.
 
void VuoBlendMode_release (VuoBlendMode value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of blend shaders.

Function Documentation

VuoList_VuoBlendMode VuoBlendMode_allowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object * VuoBlendMode_jsonFromValue ( const VuoBlendMode  value)
read

Encodes value as a JSON object.

void VuoBlendMode_release ( VuoBlendMode  value)

Automatically generated function.

void VuoBlendMode_retain ( VuoBlendMode  value)

Automatically generated function.

char* VuoBlendMode_stringFromValue ( const VuoBlendMode  value)

Automatically generated function.

char * VuoBlendMode_summaryFromValue ( const VuoBlendMode  value)

Same as VuoBlendMode_stringFromValue()

VuoBlendMode VuoBlendMode_valueFromJson ( json_object *  js)

Decodes the JSON object js, expected to contain a string, to create a new VuoBlendMode.

VuoBlendMode VuoBlendMode_valueFromString ( const char *  str)

Automatically generated function.