draw_circle
Draw a circle on an Aseprite canvas at specified center coordinates and radius, with optional color and fill.
Instructions
Draw a circle on the canvas.
Args: filename: Name of the Aseprite file to modify center_x: X coordinate of circle center center_y: Y coordinate of circle center radius: Radius of the circle in pixels color: Hex color code (default: "#000000") fill: Whether to fill the circle (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fill | No | ||
| color | No | #000000 | |
| radius | Yes | ||
| center_x | Yes | ||
| center_y | Yes | ||
| filename | Yes |