fill
Flood fill a pixel art canvas from a starting point with a color. Returns the updated grid for verification.
Instructions
Flood fill from a point on a canvas. Returns the updated grid so you can verify the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Start X | |
| y | Yes | Start Y | |
| color | Yes | Hex char 0-F or "." for transparent | |
| canvas_id | Yes | Canvas ID |