Skip to content

textmode.synth.js / SynthSource / modulateHue

Method: modulateHue()

ts
modulateHue(source, amount?): this;

Modulate coordinates based on hue differences.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
amount?SynthParameterValueModulation amount (default: 1.0)

Returns

this

Example