Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
struct json_object * VuoDmxColorMap_getJson (const VuoDmxColorMap value)
 Encodes value as a JSON object.
 
VuoList_VuoDmxColorMap VuoDmxColorMap_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoDmxColorMap_getSummary (const VuoDmxColorMap value)
 Returns a compact string representation of value.
 
char * VuoDmxColorMap_getString (const VuoDmxColorMap value)
 Automatically generated function.
 
void VuoDmxColorMap_retain (VuoDmxColorMap value)
 Automatically generated function.
 
void VuoDmxColorMap_release (VuoDmxColorMap value)
 Automatically generated function.