Skip to content

textmode.synth.js / SynthSource / noise

Method: noise()

ts
noise(scale?, speed?): this;

Generate Perlin noise patterns.

Parameters

ParameterTypeDescription
scale?SynthParameterValueScale of the noise pattern (default: 10.0)
speed?SynthParameterValueAnimation speed (default: 0.1)

Returns

this

Example