Skip to main content
The SolidMask node generates a uniform mask with a specified value across its entire area. It’s designed to create masks of specific dimensions and intensity, useful in various image processing and masking tasks.

Inputs

ParameterData TypeDescription
valueFLOATSpecifies the intensity value of the mask, affecting its overall appearance and utility in subsequent operations.
widthINTDetermines the width of the generated mask, directly influencing its size and aspect ratio.
heightINTSets the height of the generated mask, affecting its size and aspect ratio.

Outputs

ParameterData TypeDescription
maskMASKOutputs a uniform mask with the specified dimensions and value.