You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This utility node blends two colours together using a blending mode.

→ Mode

Specifies the mode to use to blend the two layers together. 

Mode
OverResult = Foreground
MultiplyResult = Background * Foreground
DarkenResult = least bright of Background and Foreground
LightenResult = brightest of Background and Foreground
Color BurnResult = White - ( 1 - Background ) / Foreground)
Color DodgeResult =
DivideResult = Background / Foreground
SaturationResult = Saturation of Foreground applied to Background colour
LuminosityResult = Luminosity of Foreground applied to Background colour
HueResult = Hue of Foreground applied to Background colour
DifferenceResult = Absolute( Background - Foreground )
SubstractResult = Background - Foreground
AddResult = Background + Foreground
AddSubResult = Add if luminance of Background is greater than 0.5, Substract otherwise.


→ Factor


→ Foreground

→ Background

  • No labels