replace_color
Substitute a chosen color with a new one in pixel art, applying to the whole sprite or specific layers/frames with adjustable color tolerance.
Instructions
Replace one color with another across the entire sprite or a layer/frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | ||
| layer | No | ||
| to_color | Yes | {r,g,b,a} | |
| tolerance | No | Color matching tolerance 0-255 | |
| from_color | Yes | {r,g,b,a} |