Skip to content

textmode.synth.js / SynthSource / burn

Method: burn()

ts
burn(source, amount?): this;

Color burn blend with another source.

Parameters

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

Returns

this

Example