This operation exposes the following data pads, defining how it receives, processes, and emits image data:
false
Hard-light
SVG blend operation hard-light (<code>if 2 * cA < aA: 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>).
Mix
Do a lerp, linear interpolation (lerp) between input and aux.
On this page