Sets whether the input graphics inherit the alpha of the content beneath them, "clipping" them to that content.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The layer stack that will be composited when rendering. Primary Input | List<Color>List<GradientStops>List<Graphic>List<Raster>List<Vector> |
| Clip | Whether the content inherits the alpha of the content beneath it. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<Graphic>List<Vector>List<Raster>List<Color>List<GradientStops> |