batch_recolor
Replace all instances of a specific color with a new color in an ASCII art frame or selected region.
Instructions
Replace one color with another across the entire frame or selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oldColor | Yes | Color to replace (hex format like #FF0000) | |
| newColor | Yes | New color (hex format) | |
| target | No | Which colors to replace | both |
| frameIndex | No | Frame to modify (defaults to current) |