Skip to content

textmode.synth.js / SynthSource / voronoi

Method: voronoi()

ts
voronoi(
   scale?, 
   speed?, 
   blending?): this;

Generate voronoi patterns.

Parameters

ParameterTypeDescription
scale?SynthParameterValueScale of voronoi cells (default: 5.0)
speed?SynthParameterValueAnimation speed (default: 0.3)
blending?SynthParameterValueBlending between cell regions (default: 0.3)

Returns

this

Example