effects/toneMapping
Type Aliases
| Type Alias | Description |
|---|---|
| ToneMappingParams | Common parameters for tone mapping effects. |
Functions
| Function | Description |
|---|---|
| linearToneMapping | Creates a Linear tone mapping effect. Applies a simple exposure multiplier without non-linear compression. |
| hableToneMapping | Creates a Hable (Uncharted 2) tone mapping effect. Known for its good contrast and film-like look. |
| acesToneMapping | Creates an ACES Filmic tone mapping effect. Standard filmic tone mapping used in professional cinema and high-end games. |
| neutralToneMapping | Creates a Neutral tone mapping effect (Khronos Neutral Tone Mapper). Designed to preserve color hue while compressing dynamic range. |
| cineonToneMapping | Creates a Cineon tone mapping effect. Mimics the look of film scans. |
| agxToneMapping | Creates an AgX tone mapping effect. Advanced tone mapping designed for superior highlight handling and color fidelity. |
| reinhardToneMapping | Creates a Reinhard tone mapping effect. This is a simple tone mapping that compresses high intensities into the [0, 1] range. |