textmode.filters.js / SaturationOptions
Interface: SaturationOptions
Configuration options for the 'saturation' filter.
Adjusts color intensity without affecting luminance. Perfect for creating vivid, oversaturated looks or desaturating to grayscale.
Example
Properties
| Property | Type | Description |
|---|---|---|
amount | number | Saturation multiplier. - 0.0 = grayscale (no color) - 1.0 = normal saturation (no change) - > 1.0 = vivid/oversaturated colors Default 1.0 |