Vuo  2.0.0
Functions
VuoColorSample.c File Reference

Description

VuoColorSample implementation.

Definition in file VuoColorSample.c.

Go to the source code of this file.

Functions

VuoColorSample VuoColorSample_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoColorSample_getJson (const VuoColorSample value)
 Encodes value as a JSON object. More...
 
VuoList_VuoColorSample VuoColorSample_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoColorSample_getSummary (const VuoColorSample value)
 Returns a compact string representation of value. More...
 
bool VuoColorSample_areEqual (const VuoColorSample valueA, const VuoColorSample valueB)
 Returns true if the two values are equal. More...
 
bool VuoColorSample_isLessThan (const VuoColorSample valueA, const VuoColorSample valueB)
 Returns true if valueA is less than valueB. More...