draw_circle
Draw a circle on the canvas by specifying center, radius, color, and optional 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 |
|---|---|---|---|
| filename | Yes | ||
| center_x | Yes | ||
| center_y | Yes | ||
| radius | Yes | ||
| color | No | #000000 | |
| fill | No |