Vuo  2.3.2
Enumerations | Functions
VuoDmxColorMap.h File Reference

Description

VuoDmxColorMap C type definition.

Definition in file VuoDmxColorMap.h.

Go to the source code of this file.

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...
 
#define VuoList_VuoDmxColorMap_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoDmxColorMap
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDmxColorMap_TYPE_DEFINED

#define VuoList_VuoDmxColorMap_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDmxColorMap.h.

Typedef Documentation

◆ VuoList_VuoDmxColorMap

typedef void* VuoList_VuoDmxColorMap

List type.

Definition at line 13 of file VuoDmxColorMap.h.