Skip to content

Mask Apply

Node icon
Mask

Applies a mask as the alpha channel of an image. This is the standard way to cut out, reveal, or restrict image areas.

Mask Apply takes an image and a mask, and combines them. In Cut Out mode, the mask becomes the image’s alpha: white areas remain visible, black areas become transparent. Multiply Alpha multiplies the existing alpha by the mask. Intersect keeps only the overlap.

This is how you convert a mask selection into an actual transparency cutout.

General

Blend ModeChoice
Default: Cut Out

How mask affects alpha

  • Cut OutReplace the image's alpha with the mask — white areas visible, black areas transparent.
  • Multiply AlphaMultiply the existing alpha by the mask — preserves existing transparency while adding the mask effect.
  • IntersectKeep only pixels where both the image and mask are opaque.
  • Use Cut Out to remove backgrounds (white mask = visible, black mask = transparent).
  • Multiply Alpha preserves the image’s existing alpha while adding the mask on top.
  • Wire multiple Mask Apply nodes in series to combine several mask effects.