art.canvas.clear
Clear the entire drawing canvas, optionally filling it with a solid color to reset the workspace before creating new pixel-art assets.
Instructions
Clear the entire canvas, optionally filling with a color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Fill color as hex string (defaults to transparent/black) | |
| session_id | Yes | Canvas session ID |