This operation exposes the following data pads, defining how it receives, processes, and emits image data:
1.00
Mix
Do a lerp, linear interpolation (lerp) between input and aux.
Overlay
SVG blend operation overlay (<code>if 2 * cB > aB: d = 2 * cA * cB + cA * (1 - aB) + cB * (1 - aA) otherwise: d = aA * aB - 2 * (aB - cB) * (aA - cA) + cA * (1 - aB) + cB * (1 - aA)</code>).
On this page