Vuo  2.3.2
VuoImageBlend.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "VuoBlendMode.h"
17 #include "VuoImage.h"
18 
19 typedef void *VuoImageBlend;
20 
22 VuoImage VuoImageBlend_blend(VuoImageBlend blend, VuoImage background, VuoImage foreground, VuoReal foregroundOpacity, VuoBoolean replaceOpacity);
23 
24 #ifdef __cplusplus
25 }
26 #endif