replace_color
Replace every pixel matching a specified color with another color on a chosen layer and frame, with adjustable tolerance per channel.
Instructions
Replace every pixel matching from_color (within tolerance per channel)
with to_color, on the chosen layer + frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | ||
| layer | No | ||
| filename | Yes | ||
| to_color | Yes | ||
| tolerance | No | ||
| from_color | Yes |