create_document
Create pixel art documents by setting width, height, and choosing a color palette from preset names or custom hex colors.
Instructions
Create a new pixel art document. Palette is a preset name (gameboy, grayscale4, pico8, sweetie16, nes) or a list of hex colors; index 0 is always transparent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| palette | No | Preset name or list of hex colors (default: pico8) |