pixelart_flood_fill
Flood fill a contiguous region of similar color on a pixel art canvas starting at (x, y) with a new color.
Instructions
Flood-fill the contiguous region containing (x, y) with a color.
Args: params: canvas_id, x, y, color. Returns: Confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |