textmode.synth.js / SynthSource / voronoi
Method: voronoi()
ts
voronoi(
scale?,
speed?,
blending?): this;Generate voronoi patterns.
Parameters
| Parameter | Type | Description |
|---|---|---|
scale? | SynthParameterValue | Scale of voronoi cells (default: 5.0) |
speed? | SynthParameterValue | Animation speed (default: 0.3) |
blending? | SynthParameterValue | Blending between cell regions (default: 0.3) |
Returns
this