draw_circle
Create a circle on the canvas—either outlined or filled—by providing center, radius, and color. Optionally target a specific frame and layer for pixel art editing.
Instructions
Draw a circle (outline or filled) on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | ||
| cy | Yes | ||
| color | Yes | {r,g,b,a} | |
| frame | No | ||
| layer | No | ||
| filled | No | ||
| radius | Yes |