draw_circle
Add circles or ellipses to pixel art projects by specifying bounding box coordinates and color, with options for outline or filled shapes.
Instructions
Draw a circle/ellipse (outline or filled)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier | |
| layerIndex | No | Layer index (default: 0) | |
| frameIndex | No | Frame index (default: 0) | |
| x0 | Yes | Bounding box top-left X | |
| y0 | Yes | Bounding box top-left Y | |
| x1 | Yes | Bounding box bottom-right X | |
| y1 | Yes | Bounding box bottom-right Y | |
| color | Yes | Color in hex format | |
| filled | No | Whether to fill the circle (default: false) | |
| penSize | No | Stroke width for outline (default: 1) |