Applies a fill style to the vector content, giving an appearance to the area within the interior of the geometry.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Content | The content with vector paths to apply the fill style to. Primary Input | List<Graphic>List<Vector> |
| Fill | The fill to paint the path with. Default: | FillGradientList<Color>List<GradientStops> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | List<Vector>List<Graphic> |