BlendMode
The blend modes available for render nodes.
The implementation of each blend mode is deferred to the rendering pipeline.
See https://www.w3.org/TR/compositing-1/#blending for more information on blending and blend modes.
Entries
Brightens the destination color to reflect the source color
Darkens the destination color to reflect the source color
Multiplies or screens the colors, depending on the source color value
Darkens or lightens the colors, depending on the source color value
Subtracts the darker of the two constituent colors from the lighter color
Creates a color with the saturation of the source color and the hue and luminosity of the destination color
Creates a color with the luminosity of the source color and the hue and saturation of the destination color