fill_area
Fill connected pixel areas with color using paint bucket functionality for pixel art projects.
Instructions
Fill a connected area with a color (paint bucket)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier | |
| layerIndex | No | Layer index (default: 0) | |
| frameIndex | No | Frame index (default: 0) | |
| x | Yes | X coordinate to start fill | |
| y | Yes | Y coordinate to start fill | |
| color | Yes | Fill color in hex format |