Vuo 2.4.4
Loading...
Searching...
No Matches
Macros | Enumerations | Functions
VuoBlurShape

Description

Weights for pixels in a blur.

Enumerations

enum  VuoBlurShape { VuoBlurShape_Gaussian , VuoBlurShape_Linear , VuoBlurShape_Box , VuoBlurShape_Disc }
 Weights for pixels in a blur. More...
 

Functions

VuoBlurShape VuoBlurShape_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct 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.
 
char * VuoBlurShape_getString (const VuoBlurShape value)
 Automatically generated function.
 
void VuoBlurShape_retain (VuoBlurShape value)
 Automatically generated function.
 
void VuoBlurShape_release (VuoBlurShape value)
 Automatically generated function.
 

Macro Definition Documentation

◆ VuoBlurShape_SUPPORTS_COMPARISON

#define VuoBlurShape_SUPPORTS_COMPARISON

Definition at line 35 of file VuoBlurShape.h.

Enumeration Type Documentation

◆ VuoBlurShape

Weights for pixels in a blur.

Definition at line 27 of file VuoBlurShape.h.

Function Documentation

◆ VuoBlurShape_areEqual()

bool VuoBlurShape_areEqual ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if the two values are equal.

Definition at line 101 of file VuoBlurShape.c.

◆ VuoBlurShape_getAllowedValues()

VuoList_VuoBlurShape VuoBlurShape_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Definition at line 71 of file VuoBlurShape.c.

◆ VuoBlurShape_getJson()

struct json_object * VuoBlurShape_getJson ( const VuoBlurShape  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoBlurShape.c.

◆ VuoBlurShape_getString()

char * VuoBlurShape_getString ( const VuoBlurShape  value)

Automatically generated function.

◆ VuoBlurShape_getSummary()

char * VuoBlurShape_getSummary ( const VuoBlurShape  value)

Returns a compact string representation of value.

Definition at line 84 of file VuoBlurShape.c.

◆ VuoBlurShape_isLessThan()

bool VuoBlurShape_isLessThan ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 109 of file VuoBlurShape.c.

◆ VuoBlurShape_makeFromJson()

VuoBlurShape VuoBlurShape_makeFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

Example:
"box"

Definition at line 33 of file VuoBlurShape.c.

◆ VuoBlurShape_release()

void VuoBlurShape_release ( VuoBlurShape  value)

Automatically generated function.

◆ VuoBlurShape_retain()

void VuoBlurShape_retain ( VuoBlurShape  value)

Automatically generated function.