Skip to content

textmode.synth.js / SynthSource / b

Method: b()

ts
b(scale?, offset?): this;

Extract the blue channel as a grayscale value.

Parameters

ParameterTypeDescription
scale?SynthParameterValueScale multiplier (default: 1.0)
offset?SynthParameterValueOffset amount (default: 0.0)

Returns

this

Example