Skip to content

textmode.synth.js / SynthSource / screen

Method: screen()

ts
screen(source, amount?): this;

Screen blend with another source.

Parameters

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

Returns

this

Example