Skip to content

textmode.synth.js / SynthSource / blend

Method: blend()

ts
blend(source, amount?): this;

Blend with another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueSource to blend
amount?SynthParameterValueBlend amount (default: 0.5)

Returns

this

Example