set_cell
Set a character and optional colors at any (x,y) position on the canvas. Enables cell-by-cell ASCII art construction.
Instructions
Set the character and/or colors at a specific canvas position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (0-based) | |
| y | Yes | Y coordinate (0-based) | |
| char | No | Single character to set | |
| color | No | Foreground color (hex, e.g., #FFFFFF) | |
| bgColor | No | Background color (hex or "transparent") |