Vuo  2.0.2
Enumerations | Functions
VuoDmxColorMap

Description

How to convert between a VuoColor and a set of DMX channels.

Enumerations

enum  VuoDmxColorMap {
  VuoDmxColorMap_RGB, VuoDmxColorMap_RGBA, VuoDmxColorMap_RGBAW, VuoDmxColorMap_RGBW,
  VuoDmxColorMap_WWCW, VuoDmxColorMap_CMY, VuoDmxColorMap_HSL
}
 How to convert between a VuoColor and a set of DMX channels. More...
 

Functions

VuoDmxColorMap VuoDmxColorMap_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoDmxColorMap_getJson (const VuoDmxColorMap value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDmxColorMap VuoDmxColorMap_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDmxColorMap_getSummary (const VuoDmxColorMap value)
 Returns a compact string representation of value. More...
 
VuoDmxColorMap VuoDmxColorMap_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDmxColorMap_getString (const VuoDmxColorMap value)
 Automatically generated function. More...
 
void VuoDmxColorMap_retain (VuoDmxColorMap value)
 Automatically generated function. More...
 
void VuoDmxColorMap_release (VuoDmxColorMap value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoDmxColorMap

How to convert between a VuoColor and a set of DMX channels.

Definition at line 28 of file VuoDmxColorMap.h.

Function Documentation

◆ VuoDmxColorMap_getAllowedValues()

VuoList_VuoDmxColorMap VuoDmxColorMap_getAllowedValues ( void  )

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

Definition at line 85 of file VuoDmxColorMap.c.

◆ VuoDmxColorMap_getJson()

struct json_object* VuoDmxColorMap_getJson ( const VuoDmxColorMap  value)

Encodes value as a JSON object.

Definition at line 62 of file VuoDmxColorMap.c.

◆ VuoDmxColorMap_getString()

char* VuoDmxColorMap_getString ( const VuoDmxColorMap  value)

Automatically generated function.

◆ VuoDmxColorMap_getSummary()

char* VuoDmxColorMap_getSummary ( const VuoDmxColorMap  value)

Returns a compact string representation of value.

Definition at line 101 of file VuoDmxColorMap.c.

◆ VuoDmxColorMap_makeFromJson()

VuoDmxColorMap VuoDmxColorMap_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"rgba"

Definition at line 35 of file VuoDmxColorMap.c.

◆ VuoDmxColorMap_makeFromString()

VuoDmxColorMap VuoDmxColorMap_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDmxColorMap_release()

void VuoDmxColorMap_release ( VuoDmxColorMap  value)

Automatically generated function.

◆ VuoDmxColorMap_retain()

void VuoDmxColorMap_retain ( VuoDmxColorMap  value)

Automatically generated function.