draw_circle
Draw a circle with specified center, radius, color, fill, and thickness on a target layer and frame in an Aseprite sprite file.
Instructions
Draw a circle on a specific layer and frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | No | Target layer name | |
| frameNumber | No | Frame number (1-indexed, default: 1) | |
| centerX | Yes | Center X coordinate | |
| centerY | Yes | Center Y coordinate | |
| radius | Yes | Circle radius | |
| color | Yes | Color as hex string (#RRGGBB), palette index, or {r,g,b,a} | |
| filled | No | Fill the circle (default: true) | |
| thickness | No | Stroke thickness in pixels (default: 1). Uses native Aseprite brush when > 1. | |
| savePath | No | Path to save |