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 | Table<Color>Table<GradientStops>Table<Graphic>Table<Raster>Table<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 | Table<Graphic>Table<Vector>Table<Raster>Table<Color>Table<GradientStops> |