select_by_color
Select cells matching foreground color from a starting coordinate, with options to match character, background, or restrict to contiguous cells.
Instructions
Select cells that match specific criteria (magic wand style)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Starting X coordinate | |
| y | Yes | Starting Y coordinate | |
| matchChar | No | Match character | |
| matchColor | No | Match foreground color | |
| matchBgColor | No | Match background color | |
| contiguous | No | Only select connected cells |