Blend modes are the part of image editing where most people click through the list until something looks nice. Which works, honestly. But there is a small amount of maths underneath that turns the whole list from a lucky dip into a set of tools, and I have never met anyone who regretted learning it.
Every blend mode is a formula. It takes the color of the pixel on the layer below, the color of the pixel on your layer, and returns a result. That is all. Learn what six of them compute and you will know which one you want before you touch the menu.
The number that matters is 0.5
Think of each channel as a value from 0 to 1, where 0 is black and 1 is white. Mid gray is 0.5. Almost every useful blend mode is defined by what it does around that midpoint.
Multiply: only darker
The result is the two values multiplied together. Since both are at most 1, the answer is always equal to or smaller than either, so the result is never brighter than what you started with.
The consequence is the useful part: white becomes invisible, because anything times 1 is unchanged. Multiply is therefore how you put ink on paper. Scan a pencil sketch on white, set it to multiply, and the paper disappears while the lines stay. Same for a texture, a stamp, a shadow.
Multiply is my most-used mode by a wide margin, and it is almost always the right answer for “I want this dark thing on top of that”.
Screen: only brighter
The exact mirror. It inverts both values, multiplies, and inverts the result, which means it can only lighten. Black becomes invisible.
So screen is how you add light. Lens flares, sparks, fireworks, smoke, dust, anything shot against a black background drops straight in with no masking at all. If you have ever wondered why stock light effects are always on black, this is why.
Overlay and soft light: contrast around the midpoint
These do both jobs at once, deciding per pixel: multiply where the lower layer is dark, screen where it is light. Mid gray becomes invisible.
That property is what makes them the workhorses for texture and for text on unpredictable backgrounds. A paper texture on overlay adds tooth without shifting the tone. A watermark on overlay stays visible on both light and dark parts of a photograph instead of vanishing on one of them.
Soft light is the gentler of the two. Overlay is punchier and can clip. When someone says the effect is too strong, soft light is usually the answer rather than lowering opacity.
Color and luminosity: splitting a picture in two
These two are the ones I wish more people knew, because together they let you separate what a picture looks like from what color it is.
Luminosity takes the brightness of your layer and the color of the layer below. Color does the opposite: your hue and saturation, the brightness underneath.
Practical uses, immediately:
- Sharpening on luminosity avoids the colored fringes that sharpening otherwise creates, because you only sharpen brightness.
- Recoloring on color mode keeps every shadow and highlight intact, so a red shirt becomes a blue shirt with all its folds still there.
- A contrast adjustment on luminosity stops the saturation creeping up, which is the usual reason a punchy edit starts looking garish.
Difference: the invisible one
Difference subtracts one from the other, so identical pixels come out pure black. Nobody uses it for design and everybody should use it for checking.
Put two versions of an image on top of each other, set the top to difference, and anything that is not black is a place where they differ. It is the fastest way to find out whether an export actually changed anything, or whether two files you were told are identical really are.
The three habits that make blend modes behave
Pick the mode before the opacity. A wrong mode at 40 per cent is still wrong, just fainter. Get the behavior right at full strength, then reduce.
Fill layers with the neutral color. Every mode has a color it ignores: white for multiply, black for screen, mid gray for overlay. Create a layer filled with that color, set the mode, and now you can paint on it to darken or lighten selectively without touching the picture underneath. This is dodge and burn, done non-destructively, and it is one of the most useful things in retouching.
Remember that groups blend too. A group has its own mode and opacity, and how a group blends with what is below it is not the same as how its members blend with each other. When a stack looks right in isolation and wrong in place, this is nearly always the reason.
How I would learn them
Forget the list. Take one photograph and one texture, and try exactly four: multiply, screen, overlay, luminosity. Watch what happens to the white areas, the black areas and the color in each case.
Those four cover the overwhelming majority of real work. The rest of the menu is variations, and once you understand the midpoint idea you can guess what an unfamiliar one does before you click it.
And when you find a look you like, copy the styles onto another layer and see whether it survives a different picture. That is how you learn which of your favorites are actually techniques and which were a happy accident of one photograph.