draw_symmetric_pixels
Plot pixels with mirror images across horizontal, vertical, or both axes for efficient symmetric pixel art creation.
Instructions
Plot pixels together with their mirror image(s).
mode: "horizontal" (mirror across vertical axis_x), "vertical" (across axis_y),
or "both" (4-way radial symmetry). Axes default to the canvas centre.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | horizontal | |
| color | Yes | ||
| frame | No | ||
| layer | No | ||
| axis_x | No | ||
| axis_y | No | ||
| pixels | Yes | ||
| filename | Yes |