Skip to content

textmode.synth.js / SynthSource / softlight

Method: softlight()

ts
softlight(source, amount?): this;

Soft light blend with another source.

Parameters

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

Returns

this

Example