Nodes in this category deal with fundamental raster image operations.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Brush | Generates the brush strokes painted with the Brush tool as a raster image. If an input image is supplied, strokes are drawn on top of it, expanding bounds as needed. | List<Raster> → List<Raster> |
| Flatten Raster | Converts a | List<Graphic> → List<Raster>List<Raster> → List<Raster> |
| Mask | Node description coming soon. | List<Raster> → List<Raster> |
| Mix | Node description coming soon. | List<Raster> → List<Raster>List<Color> → List<Color>List<GradientStops> → List<GradientStops> |