Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoBlurShape.c File Reference

Description

VuoBlurShape implementation.

Definition in file VuoBlurShape.c.

Go to the source code of this file.

Functions

VuoBlurShape VuoBlurShape_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoBlurShape_getJson (const VuoBlurShape value)
 Encodes value as a JSON object.
 
VuoList_VuoBlurShape VuoBlurShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoBlurShape_getSummary (const VuoBlurShape value)
 Returns a compact string representation of value.
 
bool VuoBlurShape_areEqual (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if the two values are equal.
 
bool VuoBlurShape_isLessThan (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if valueA is less than valueB.