fill_area
Flood fill an enclosed region from a specified point with a given color, supporting optional tolerance, layer, and frame parameters.
Instructions
Flood fill an area starting from a point (like paint bucket tool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| color | Yes | {r,g,b,a} | |
| frame | No | ||
| layer | No | ||
| tolerance | No | Color tolerance 0-255 (default: 0 = exact match) |