Flip
Flip mirrors the image horizontally, vertically, or both.
Parameters
| Parameter | Type | Default | What it does |
|---|---|---|---|
| Horizontal | toggle | off | Mirrors left-to-right. |
| Vertical | toggle | off | Mirrors top-to-bottom. |
See also
Rotate for angled turns instead of mirroring.
Control preview
JSON structure
{
"id": "flip",
"enabled": true,
"params": {
"horizontal": false,
"vertical": false
}
}