Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoEdgeBlend.h File Reference

Description

VuoEdgeBlend C type definition.

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.
 
VuoEdgeBlend VuoEdgeBlend_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoEdgeBlend_getJson (const VuoEdgeBlend value)
 Encodes value as a JSON object.
 
char * VuoEdgeBlend_getSummary (const VuoEdgeBlend value)
 Returns a compact string representation of value.
 
VuoEdgeBlend VuoEdgeBlend_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoEdgeBlend_getString (const VuoEdgeBlend value)
 Automatically generated function.
 
void VuoEdgeBlend_retain (VuoEdgeBlend value)
 Automatically generated function.
 
void VuoEdgeBlend_release (VuoEdgeBlend value)
 Automatically generated function.
 

Class Documentation

struct VuoEdgeBlend
Class Members
float crop
float cutoff
float gamma

Function Documentation

struct json_object* VuoEdgeBlend_getJson ( const VuoEdgeBlend  value)
read

Encodes value as a JSON object.

char* VuoEdgeBlend_getString ( const VuoEdgeBlend  value)

Automatically generated function.

char* VuoEdgeBlend_getSummary ( const VuoEdgeBlend  value)

Returns a compact string representation of value.

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

Creates a VuoEdgeBlend structure.

VuoEdgeBlend VuoEdgeBlend_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"cutoff" : 0.5,
"gamma" : 1,
"crop" : 0
}
VuoEdgeBlend VuoEdgeBlend_makeFromString ( const char *  str)

Automatically generated function.

void VuoEdgeBlend_release ( VuoEdgeBlend  value)

Automatically generated function.

void VuoEdgeBlend_retain ( VuoEdgeBlend  value)

Automatically generated function.