fill_area
Fill a contiguous area of pixels with a specified color in an Aseprite file, starting from given x and y coordinates.
Instructions
Fill an area with color using the paint bucket tool.
Args: filename: Name of the Aseprite file to modify x: X coordinate to fill from y: Y coordinate to fill from color: Hex color code (default: "#000000")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| color | No | #000000 | |
| filename | Yes |