Skip to content

textmode.synth.js / SynthSource / lighten

Method: lighten()

ts
lighten(source, amount?): this;

Lighten blend with another source.

Parameters

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

Returns

this

Example