aseprite_create
Create a new transparent pixel-art document in Aseprite with indexed or RGB color mode, optional initial palette, and custom dimensions.
Instructions
Create and open a transparent pixel-art document, Indexed by default (or colorMode: rgb). Indexed starts with transparent palette index 0 and adds exact colors as drawn. Optional initial palette must have transparent entry 0. Existing documents remain open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Codex Sprite | |
| width | Yes | ||
| height | Yes | ||
| palette | No | Indexed initial palette; entry 0 must be transparent. Default: transparent only, colors added as drawn. | |
| colorMode | No | indexed |