Dodge
A blend operation that lightens the background layer depending on the foreground.
Overview
B / (1 - F)
Parameter Types
Parameter Description
ForegroundThe foreground input. Represented by
Fin the mathmatical equation.BackgroundThe background input. Represented by
Bin the mathmatical equation.MixThe weight of the blend operation. The higher the
Mix, the greater the intensity of the blend operation, and the more the effect is visually apparent. The default value is1. Values outside of the range0-1produce an undefined effect outside of the node’s intended function.
Discussion
The Dodge node lightens each area in the background based on the lightness of the corresponding area in the foreground, represented by the equation B / (1 - F). Below is an example of a simple node graph that uses the the dodge node to lighten a brick texture:
[Image]
Use a Noise 2D node to generate Perlin noise, and use the output of that texture as the foreground in the dodge node. This process causes the background brick texture to lighten according to the procedural pattern. Below, the resulting texture applies to a cube:
[Image]