fill_area
Fill an area in an Aseprite sprite with a hex color using the paint bucket tool at specified X,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 |