draw_ellipse
Create an ellipse outline or filled shape within a bounding box in a single undo transaction. Use it to add circular or rounded elements to pixel art or animations.
Instructions
Draws an ellipse (outline or filled) within a bounding box in a single undo transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Bounding box top-left X | |
| y | Yes | Bounding box top-left Y | |
| color | Yes | Hex color | |
| width | Yes | Bounding box width | |
| filled | No | Whether to fill interior | |
| height | Yes | Bounding box height | |
| layerName | No | ||
| layerIndex | No | ||
| frameNumber | No | ||
| returnPreview | No |