Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoEdgeBlend_getJson (const VuoEdgeBlend value)
 Encodes value as a JSON object.
 
char * VuoEdgeBlend_getSummary (const VuoEdgeBlend value)
 Returns a compact string representation of value.
 

Function Documentation

◆ VuoEdgeBlend_getJson()

json_object * VuoEdgeBlend_getJson ( const VuoEdgeBlend  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoEdgeBlend.c.

◆ VuoEdgeBlend_getSummary()

char * VuoEdgeBlend_getSummary ( const VuoEdgeBlend  value)

Returns a compact string representation of value.

Definition at line 75 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 41 of file VuoEdgeBlend.c.