Skip to main content
The FeatherMask node applies a feathering effect to the edges of a given mask, smoothly transitioning the mask’s edges by adjusting their opacity based on specified distances from each edge. This creates a softer, more blended edge effect.

Inputs

ParameterDescriptionData Type
maskThe mask to which the feathering effect will be applied. It determines the area of the image that will be affected by the feathering.MASK
leftSpecifies the distance from the left edge within which the feathering effect will be applied.INT
topSpecifies the distance from the top edge within which the feathering effect will be applied.INT
rightSpecifies the distance from the right edge within which the feathering effect will be applied.INT
bottomSpecifies the distance from the bottom edge within which the feathering effect will be applied.INT

Outputs

ParameterDescriptionData Type
maskThe output is a modified version of the input mask with a feathering effect applied to its edges.MASK
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub