Skip to content

textmode.synth.js / SynthSource / mirror

Method: mirror()

ts
mirror(mirrorX?, mirrorY?): this;

Mirror coordinates across X and/or Y axes.

Parameters

ParameterTypeDescription
mirrorX?SynthParameterValueMirror X (0-1, default: 1.0)
mirrorY?SynthParameterValueMirror Y (0-1, default: 1.0)

Returns

this

Example