Take two images as inputs and apply a compositing effect.
Properties
Blending Mode
: Choose the compositing mode to compute
Default : Source Over
Opacity Src
: Sets the opacity for the source image
Default : 1.0
Opacity Dst
: Sets the opacity for the destination image
Default : 1.0
Blending Modes
These correspond to the 12 standard “Porter Duff” operators that define all possible results of mixing the four regions formed by the overlapping of two graphical objects containing an alpha channel. More information here.
- View all combinations
Inputs
Name | Type | Description |
---|---|---|
Source | Image | First image to be used in the compositing |
Destination | Image | Second image to be used in the compositing |
Opacity Src | Float | Opacity for the first image |
Opacity Dst | Float | Opacity for the second image |
Outputs
Name | Type | Description |
---|---|---|
Image | Image | Image output of the effect |
Example
In this example :
Blending Mode
: Source InOpactity Src
: 1.0Opactity Dst
: 1.0
Need more help with this?
Don’t hesitate to contact us here.