textmode.filters.js / BrightnessOptions
Interface: BrightnessOptions
Configuration options for the 'brightness' filter.
Adjusts image brightness by multiplying pixel values.
Example
Properties
| Property | Type | Description |
|---|---|---|
amount | number | Brightness multiplier. - 1.0 = normal brightness (no change) - > 1.0 = brighter - < 1.0 = darker - 0.0 = completely black Default 1.0 |