textmode.synth.js / SynthSource / pinch
Method: pinch()
ts
pinch(
amount?,
centerX?,
centerY?): this;Pinch distortion (pull inward).
Parameters
| Parameter | Type | Description |
|---|---|---|
amount? | SynthParameterValue | Distortion amount (default: 0.5) |
centerX? | SynthParameterValue | Center X (default: 0.5) |
centerY? | SynthParameterValue | Center Y (default: 0.5) |
Returns
this