Screen mode removes white by making it invisible

Screen is the blend mode that treats white as transparent. When you set a layer or object to Screen mode in Blender, white pixels disappear entirely, mid-tones lighten, and black stays dark. This happens because Screen inverts the math: instead of darkening the image below, it lightens it, which means pure white (the brightest value) has no effect at all.

Screen mode works by multiplying the inverse of both the layer and the background, which mathematically pushes bright values toward invisibility. If you paint pure white on a Screen layer, that stroke will vanish. If you paint light gray, it will be nearly invisible. This makes Screen useful for adding light effects, glows, or highlights without the white becoming a solid shape.

The inverse of Screen is Multiply mode, which does the opposite: it makes black invisible and darkens everything else. Together, they are the most common pair for removing one end of the tonal spectrum.

Key Takeaways

  • Screen mode makes white invisible by inverting the multiplication math, so white pixels contribute nothing to the final image.
  • Light grays become nearly transparent in Screen mode, while black and dark values remain visible and unaffected.
  • Screen is most useful for light effects, glows, and highlights that should not appear as solid white shapes.
  • Multiply mode does the opposite: it makes black invisible and darkens everything else, giving you a choice depending on which color you want to remove.

How Screen mode calculates transparency

Screen mode uses the formula: Result = 1 − (1 − A) × (1 − B), where A is the layer color and B is the background color. This inverted multiplication means that when the layer is white (value 1), the result is always 1 — which is white — but the layer has no darkening effect on what is below. In practical terms, white contributes zero change to the image.

When the layer is black (value 0), the formula becomes Result = 1 − 1 × (1 − B) = B, so black passes the background through unchanged. Mid-tones lighten the background proportionally. This is why Screen is sometimes called an "additive" mode, even though it is not true addition — it brightens the image overall while erasing white.

When to use Screen instead of other modes

Use Screen when you want white to vanish but need the rest of the layer to remain visible and interactive. This is common for light rays, lens flares, fire, or any effect that should glow without a white background. If you straightforward delete white pixels instead, you lose the ability to blend mid-tones smoothly.

If your image has pure white you want gone but also has light grays you want to keep, Screen will not work — it will fade the grays too. In that case, use Alpha Over with a layer mask, or use the Threshold tool to convert white to actual transparency before compositing. If you want to remove white but keep everything else at full strength, a layer mask is more precise than a blend mode.

Multiply mode: the opposite approach

If you need to remove black instead of white, use Multiply mode. Multiply darkens the image below by multiplying color values, so black (value 0) becomes invisible and white (value 1) passes through unchanged. The formula is Result = A × B, which is the mathematical opposite of Screen.

Multiply is useful for shadows, dark overlays, and effects where black should not appear. Like Screen, it blends mid-tones smoothly, so you get gradual darkening rather than a hard edge. Many artists use Multiply for painting shadows and Screen for painting highlights, then switch between them as needed.

Other modes that affect white

Add mode sums the color values, so white becomes very bright and often blown out. This is useful for light effects but does not remove white — it amplifies it. Overlay combines Multiply and Screen depending on the base color, so it darkens dark areas and lightens light areas, but white still shows up as bright.

Soft Light is a gentler version of Overlay and also does not remove white. If you want white to be invisible but need more control over how mid-tones blend, Screen is still your best choice. For complete removal of white with no blending of grays, use a layer mask or the Color Range selection tool to isolate and delete white before compositing.

how the process works Screen mode in Blender

In Blender's Compositor, add an image or render layer, then find the Blend Type dropdown in the node properties. Select Screen from the list. The layer will when ready begin removing white from the image below. Adjust the layer's Alpha value to control how strong the effect is — lower alpha weakens the Screen effect.

In Blender's Shader Editor, you can use a Mix Shader node set to Screen mode to blend two shaders, though this is less common than using Screen in the Compositor. For texture painting or material work, Screen is less frequently used because shaders work with light physics rather than image blending. If you are working with rendered output or composited images, the Compositor is where Screen mode lives.

Frequently Asked Questions

Does Screen mode make all white completely invisible?

Yes, pure white (RGB 255, 255, 255) becomes completely invisible in Screen mode. Light grays fade toward invisibility but may still show a faint effect depending on how light they are. The lighter the gray, the closer it is to white, and the less visible it becomes.

Can I use Screen mode on a layer with an alpha channel?

Yes. Screen mode works on top of the layer's existing alpha. If the layer already has transparency, Screen will explore to the non-transparent pixels. The two effects stack, so a semi-transparent white pixel will be even more invisible than a fully opaque white pixel.

What if I want to remove white but keep light colors?

Screen mode will fade light colors too, so it is not the right tool. Instead, use a layer mask with a threshold or use the Color Range tool to select only pure white, then delete it. This gives you hard removal of white without affecting nearby colors.

Is Screen mode the same as making white transparent?

Not exactly. Screen mode blends white into invisibility mathematically, while transparency removes pixels entirely. Screen preserves the layer's alpha channel and works with the blend calculation, whereas transparency is a binary on-or-off property. For most visual purposes they look the same, but they behave differently in further compositing steps.

Can I use Screen mode in the Shader Editor?

Screen mode exists in the Compositor and in texture painting, but not as a standard shader blend type. If you need Screen-like behavior in shaders, you would build the math manually using a Mix Shader or custom node setup, which is rarely necessary for typical material work.