textmode.synth.js / SynthSource / plasma
Method: plasma()
ts
plasma(
scale?,
speed?,
phase?,
contrast?): this;Generate plasma-like sine field patterns.
Parameters
| Parameter | Type | Description |
|---|---|---|
scale? | SynthParameterValue | Spatial scale of the plasma (default: 10.0) |
speed? | SynthParameterValue | Animation speed (default: 0.5) |
phase? | SynthParameterValue | Phase offset (default: 0.0) |
contrast? | SynthParameterValue | Contrast adjustment (default: 1.0) |
Returns
this