textmode.synth.js / SynthSource / mirror
Method: mirror()
ts
mirror(mirrorX?, mirrorY?): this;Mirror coordinates across X and/or Y axes.
Parameters
| Parameter | Type | Description |
|---|---|---|
mirrorX? | SynthParameterValue | Mirror X (0-1, default: 1.0) |
mirrorY? | SynthParameterValue | Mirror Y (0-1, default: 1.0) |
Returns
this