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

Description

VuoImageBlur interface.

Typedefs

typedef void * VuoImageBlur
 State data for the image blurrer.
 

Functions

VuoImageBlur VuoImageBlur_make (void)
 Creates state data for the image blurrer.
 
VuoImage VuoImageBlur_blur (VuoImageBlur blur, VuoImage image, VuoReal radius, VuoBoolean expandBounds)
 Returns a blurred copy of image.
 

Typedef Documentation

typedef void* VuoImageBlur

State data for the image blurrer.

Function Documentation

VuoImage VuoImageBlur_blur ( VuoImageBlur  blur,
VuoImage  image,
VuoReal  radius,
VuoBoolean  expandBounds 
)

Returns a blurred copy of image.

(Or, if radius is zero, returns image.)

If expandBounds is true, the output image will be expanded to encompass the full bleed of the blur. Otherwise, the output image will have the same dimensions as the soure image.

VuoImageBlur VuoImageBlur_make ( void  )

Creates state data for the image blurrer.