Skip to content

effects/toneMapping

Type Aliases

Type AliasDescription
ToneMappingParamsCommon parameters for tone mapping effects.

Functions

FunctionDescription
linearToneMappingCreates a Linear tone mapping effect. Applies a simple exposure multiplier without non-linear compression.
hableToneMappingCreates a Hable (Uncharted 2) tone mapping effect. Known for its good contrast and film-like look.
acesToneMappingCreates an ACES Filmic tone mapping effect. Standard filmic tone mapping used in professional cinema and high-end games.
neutralToneMappingCreates a Neutral tone mapping effect (Khronos Neutral Tone Mapper). Designed to preserve color hue while compressing dynamic range.
cineonToneMappingCreates a Cineon tone mapping effect. Mimics the look of film scans.
agxToneMappingCreates an AgX tone mapping effect. Advanced tone mapping designed for superior highlight handling and color fidelity.
reinhardToneMappingCreates a Reinhard tone mapping effect. This is a simple tone mapping that compresses high intensities into the [0, 1] range.

Released under the MIT License.