textmode.synth.js / SynthSource / posterize
Method: posterize()
ts
posterize(bins?, gamma?): this;Posterize colors to limited palette.
Parameters
| Parameter | Type | Description |
|---|---|---|
bins? | SynthParameterValue | Number of color bins (default: 3.0) |
gamma? | SynthParameterValue | Gamma correction (default: 0.6) |
Returns
this