Vuo  2.3.2
Typedefs | Functions
VuoImageBlend.h File Reference

Description

VuoImageBlend interface.

Definition in file VuoImageBlend.h.

Go to the source code of this file.

Typedefs

typedef void * VuoImageBlend
 State data for the image blender. More...
 

Functions

VuoImageBlend VuoImageBlend_make (VuoBlendMode blendMode)
 Creates state data for the image Blendr. More...
 
VuoImage VuoImageBlend_blend (VuoImageBlend blend, VuoImage background, VuoImage foreground, VuoReal foregroundOpacity, VuoBoolean replaceOpacity)
 Blends multiple images together into a single image. More...
 

Typedef Documentation

◆ VuoImageBlend

typedef void* VuoImageBlend

State data for the image blender.

Definition at line 19 of file VuoImageBlend.h.

Function Documentation

◆ VuoImageBlend_blend()

VuoImage VuoImageBlend_blend ( VuoImageBlend  blend,
VuoImage  background,
VuoImage  foreground,
VuoReal  foregroundOpacity,
VuoBoolean  replaceOpacity 
)

Blends multiple images together into a single image.

Definition at line 404 of file VuoImageBlend.c.

◆ VuoImageBlend_make()

VuoImageBlend VuoImageBlend_make ( VuoBlendMode  blendMode)

Creates state data for the image Blendr.

Definition at line 304 of file VuoImageBlend.c.