New sprite
aseprite_new_spriteCreate a new sprite with specified dimensions, color mode, and optional background. Sets it as the active document and returns its status.
Instructions
Creates a new sprite and makes it active. Returns the sprite status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| colorMode | No | rgb | |
| background | No | Optional: fill the canvas with this color |