draw_ellipse
Draw an ellipse on an Aseprite canvas by setting its position, dimensions, and color, with optional fill and targeting of specific frames or layers.
Instructions
Draw an ellipse on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| color | Yes | {r,g,b,a} | |
| frame | No | ||
| layer | No | ||
| width | Yes | ||
| filled | No | ||
| height | Yes |