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.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Background | Optional raster content that may be drawn onto. Primary Input | Table<Raster> |
| Trace | The list of brush stroke paths drawn by the Brush tool, with each including both its coordinates and styles. Default: | Table<BrushStroke> |
| Cache | Internal cache data used to accelerate rendering of the brush content. Default: | BrushCache |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Raster> |