Skip to content

Mask

Mask
Output
Input
Mask

Category Image
Is Pair Node: No


Applies a mask to an input painter instruction. The mask defines which parts of the input will be visible or hidden. This is useful for creating complex compositions where only certain areas of an image should be displayed based on the mask shape.

For more information about masks, see the Masking docuementation.


Type: Painter
Default: unset

The input painter instruction to apply the mask to. This is the image that will be masked.

Type: Painter
Default: unset

The mask painter instruction to apply to the input. This mask will define the areas of the input that will be visible or hidden.


Type: Painter
Default: unset

The output painter instruction after applying the mask to the input. This will render the input image with the mask applied, showing only the areas defined by the mask.