read_palette
Retrieve the active Pyxel palette and the palette indices assigned to image banks, enabling color verification for retro game debugging.
Instructions
Read the active Pyxel palette and the palette indices used by image banks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| colors | No | ||
| errors | Yes | ||
| palette_size | No | ||
| used_indices | No | ||
| extended_palette | No |