home/ modules/ compositing-visuals-with-blend-modes

Compositing visuals with blend modes

  • learner can predict the visual result of any standard blend mode from its per-pixel formula
  • learner can group blend modes into darken/lighten, dodge/burn and contrast families and choose the right one for a look
  • learner can build layered composites that exploit transparency behaviour (black/white pass-through) intentionally

Produce a blend-mode reference reel: for a single pair of source layers, render and caption at least twelve composites (multiply, screen, additive, overlay/hard/soft light, difference, divide, darken/lighten, hue-family, linear/vivid light) explaining each formula and where you would use it in a set.

When you layer a Hydra oscillator over camera feedback mid-set, or stack a glow pass on a geometry layer in Resolume, the blend mode is the single decision that determines whether the composite reads as intended or turns to mud. Club visuals live and die on this: additive stacks blow out under bright content, multiply kills a dark stage wash, and picking by trial-and-error costs you bars of music. This module builds the whole skill — reading a blend mode’s per-pixel formula and predicting its look before you apply it.

The arc starts supported: begin with the core definition of blending as per-pixel math, then drill the three workhorse formulas — multiply’s darkening product, screen’s invert-multiply-invert, and additive’s clipping sum — until you can state each mode’s black/white pass-through behaviour without thinking. From there, move to the conditional and family modes: the Overlay/Hard Light commutation, Soft Light’s gentler curve, and the dodge/burn mirror-symmetry principle that lets you derive unfamiliar modes from familiar ones instead of memorising them. Difference, divide, darken/lighten-only, and the hue/saturation/color/luminosity swaps round out the vocabulary.

The capstone removes the scaffolding: one fixed pair of source layers, at least twelve rendered composites, each captioned with its formula and a concrete use in a set. Every required atom is gated by that reel — you cannot caption a mode you cannot explain, and the family atoms are what let your captions say why you would reach for one mode over its siblings. The supporting atoms enrich rather than gate: dissolve’s stochastic grain is a stylistic outlier, and the layer-versus-tool blending distinction matters for destructive-editing workflows outside the live rig.

Atoms in this module

Required — these gate the capstone

A blend mode is a per-pixel formula that determines how two image layers combine into a composite result
Concept L1 Foundations IGH
Multiply blend mode darkens by multiplying per-channel values, giving white transparency and black full darkening
Concept L1 Foundations IGH
Screen blend mode lightens by inverting, multiplying, and inverting again — giving black transparency and white full brightening
Concept L1 Foundations IGH
Additive (Linear Dodge) blend mode sums pixel values, producing glowing brightness that clips to white on overflow
Concept L1 Foundations IGHJ
Overlay blends Multiply and Screen conditionally on the base layer: darks get darker, lights get lighter, midtones are unaffected
Concept L2 First instrument IGH
Hard Light and Overlay are commuted versions of the same formula: Hard Light treats the blend layer as Overlay treats the base layer
Concept L2 First instrument IGH
Soft Light is a gentler Overlay where pure black or white inputs do not produce pure black or white outputs
Concept L2 First instrument IGH
Difference blend mode subtracts layers and takes the absolute value, making matching areas black and differing areas bright
Concept L2 First instrument IGH
Divide blend mode divides the base by the top layer, so a darker top brightens the base and any colour over black becomes white
Concept L2 First instrument IGH
Darken Only and Lighten Only take the per-channel min and max of the two layers
Concept L2 First instrument IGH
Dodge modes lighten and burn modes darken as mirror images: dodging equals burning the negative
Principle L2 First instrument IGH
Linear Light combines Linear Dodge and Linear Burn and simplifies to base + 2·top − 1, decreasing contrast
Concept L3 Craft IGH
Vivid Light combines Color Dodge and Color Burn around middle grey, increasing perceived contrast
Concept L3 Craft IGH
Hue/Saturation/Color/Luminosity blend modes swap perceptual dimensions between layers rather than mixing channel values
Concept L2 First instrument IGH

Supporting — enrichment, not gating

Dissolve blend mode creates a grainy stochastic transition by randomly sampling pixels from each layer based on opacity
Concept L2 First instrument IH
Layer blend modes are non-destructive and dynamic; painting tool blend modes permanently alter pixels
Concept L2 First instrument IH
Depth is implied by overlap, scale, parallax, atmospheric fade, and blur-soften on layers
Concept L2 First instrument LHG