textmode.synth.js / SynthSource / screen
Method: screen()
ts
screen(source, amount?): this;Screen blend with another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Source to screen |
amount? | SynthParameterValue | Blend amount (default: 1.0) |
Returns
this