Skip to content

textmode.synth.js / SynthSource / dodge

Method: dodge()

ts
dodge(source, amount?): this;

Color dodge blend with another source.

Parameters

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

Returns

this

Example