set_palette_color
Update a specific palette index with a new hex color to adjust pixel art palettes in Aseprite. Use it to change one color at index 0-255 without rewriting the whole palette.
Instructions
Updates the color at a specific palette index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | New hex color e.g. #FF0000FF | |
| index | Yes | Palette color index (0-255) |