remove_palette_color
Remove a color from the palette and remap its pixels to a different color, automatically shifting higher palette indices down by one.
Instructions
Delete a palette entry, remapping its pixels to remap_to. Higher indices shift down by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Palette index | |
| doc_id | Yes | Document id | |
| render | No | Include a render of the change (default true) | |
| remap_to | Yes | Palette index existing pixels are remapped to |