draw_polygon
Draw a polygon on a specific layer and frame in Aseprite. Define vertices as points, choose color, and optionally fill the shape.
Instructions
Draw a polygon on a specific layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| frame_index | Yes | ||
| points | Yes | ||
| color | No | #000000 | |
| fill | No | ||
| create_if_missing | No |