Skip to content

textmode.synth.js / SynthSource / overlay

Method: overlay()

ts
overlay(source, amount?): this;

Overlay blend with another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueSource to overlay
amount?SynthParameterValueBlend amount (default: 1.0)

Returns

this

Example