Ase Create Canvas
ase_create_canvasCreates a new Aseprite sprite with specified dimensions, color mode (RGB, grayscale, or indexed), and optional output path, returning the file path.
Instructions
Create a new .aseprite sprite (rgb|grayscale|indexed). Returns its path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| out_path | No | ||
| color_mode | No | rgb |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||