Vuo  2.3.2
Classes | Functions
VuoEdgeBlend.h File Reference

Description

VuoEdgeBlend C type definition.

Definition in file VuoEdgeBlend.h.

Go to the source code of this file.

Classes

struct  VuoEdgeBlend
 Apply a crop, fade and gamma curve to an edge. More...
 

Functions

static VuoEdgeBlend VuoEdgeBlend_make (float _cutoff, float _gamma, float _crop) __attribute__((const))
 Creates a VuoEdgeBlend structure. More...
 
VuoEdgeBlend VuoEdgeBlend_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct 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...
 
VuoEdgeBlend VuoEdgeBlend_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoEdgeBlend_getString (const VuoEdgeBlend value)
 Automatically generated function. More...
 
void VuoEdgeBlend_retain (VuoEdgeBlend value)
 Automatically generated function. More...
 
void VuoEdgeBlend_release (VuoEdgeBlend value)
 Automatically generated function. More...
 

Class Documentation

◆ VuoEdgeBlend

struct VuoEdgeBlend
Class Members
float crop
float cutoff
float gamma

Function Documentation

◆ VuoEdgeBlend_getJson()

struct json_object* VuoEdgeBlend_getJson ( const VuoEdgeBlend  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoEdgeBlend.c.

◆ VuoEdgeBlend_getString()

char* VuoEdgeBlend_getString ( const VuoEdgeBlend  value)

Automatically generated function.

◆ VuoEdgeBlend_getSummary()

char* VuoEdgeBlend_getSummary ( const VuoEdgeBlend  value)

Returns a compact string representation of value.

Definition at line 74 of file VuoEdgeBlend.c.

◆ VuoEdgeBlend_make()

static VuoEdgeBlend VuoEdgeBlend_make ( float  _cutoff,
float  _gamma,
float  _crop 
) const
inlinestatic

Creates a VuoEdgeBlend structure.

Definition at line 26 of file VuoEdgeBlend.h.

◆ 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.

◆ VuoEdgeBlend_makeFromString()

VuoEdgeBlend VuoEdgeBlend_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoEdgeBlend_release()

void VuoEdgeBlend_release ( VuoEdgeBlend  value)

Automatically generated function.

◆ VuoEdgeBlend_retain()

void VuoEdgeBlend_retain ( VuoEdgeBlend  value)

Automatically generated function.