Skip to content

textmode.synth.js / SynthSource / hardlight

Method: hardlight()

ts
hardlight(source, amount?): this;

Hard light blend with another source.

Parameters

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

Returns

this

Example