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. | Table<Graphic> → Table<Graphic>Table<Vector> → Table<Vector> |
| Fill | Applies a fill style to the vector content, giving an appearance to the area within the interior of the geometry. | Table<Vector> → Table<Vector>Table<Graphic> → Table<Graphic> |
| Stroke | Applies a stroke style to the vector content, giving an appearance to the area within the outline of the geometry. | Table<Vector> → Table<Vector>Table<Graphic> → Table<Graphic> |