Nodes in this category apply fill and stroke styles to alter the appearance of vector graphics.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Assign Colors | Uniquely sets the fill and/or stroke style of every vector element to individual colors sampled along a chosen gradient. | List<Graphic> → List<Graphic>List<Vector> → List<Vector> |
| Fill | Applies a fill style to the vector content, giving an appearance to the area within the interior of the geometry. | List<Vector> → List<Vector>List<Graphic> → List<Graphic> |
| Stroke | Applies a stroke style to the vector content, giving an appearance to the area within the outline of the geometry. | List<Vector> → List<Vector>List<Graphic> → List<Graphic> |