Vuo  2.3.2
Functions
VuoEdgeBlend.c File Reference

Description

VuoEdgeBlend implementation.

Definition in file VuoEdgeBlend.c.

Go to the source code of this file.

Functions

VuoEdgeBlend VuoEdgeBlend_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoEdgeBlend_getJson (const VuoEdgeBlend value)
 Encodes value as a JSON object. More...
 
char * VuoEdgeBlend_getSummary (const VuoEdgeBlend value)
 Returns a compact string representation of value. More...
 

Function Documentation

◆ VuoEdgeBlend_getJson()

json_object* VuoEdgeBlend_getJson ( const VuoEdgeBlend  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoEdgeBlend.c.

◆ VuoEdgeBlend_getSummary()

char* VuoEdgeBlend_getSummary ( const VuoEdgeBlend  value)

Returns a compact string representation of value.

Definition at line 74 of file VuoEdgeBlend.c.

◆ VuoEdgeBlend_makeFromJson()

VuoEdgeBlend VuoEdgeBlend_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"cutoff" : 0.5,
"gamma" : 1,
"crop" : 0
}

Definition at line 40 of file VuoEdgeBlend.c.