this one takes the inputs and combines them to the output image. the mode of operation is controlled by the parameters mode and opacity.
current blend modes:
over
the output will be (1-opacity) * back + opacity * inputtaa
use temporal anti-aliasing with box clamping and opacity as parameterfocus stack
wavelet transform both back and input and keep only the detail coefficients with larger magnitudemultiply
multiplies the back buffer and inputmode
defines the blend modemask
use or ignore the mask connectoropacity
some blend modes use an opacity valuetaathrs
the threshold for temporal anti aliasinginput
the new top layerback
the back buffer of the compositemask
an optional mask used for certain blend modes. connect a dummy if you don't need it