ToneMapping
Description
Defines coefficients for HDR tone mapping.
Photographic Tone Reproduction for Digital Images
https://dl.acm.org/doi/10.1145/566654.566575
The default settings of the ToneMapping class (see Reset) will map luminance directly to displayable pixel values.
Public / Attributes
ScaleAmbient
Custom scale factor for ambient term to apply in linear sRGB color space.
Defaults to 1
.
ScaleDiffuse
Custom scale factor for diffuse term to apply in linear sRGB color space.
Defaults to 1
.
ScaleEmissive
Custom scale factor for emissive term to apply in linear sRGB color space.
Defaults to 1
.
ScaleReflection
Custom scale factor for reflection term to apply in linear sRGB color space.
Defaults to 1
.