Math v0.0.1
tone-mapping.hpp File Reference

Common tone mapping functions. More...

#include "math/vector.hpp"

Variables

constexpr float defaultGamma = 2.2f
 Default gamma correction value.
 

Detailed Description

Common tone mapping functions.

Variable Documentation

◆ defaultGamma

constexpr float defaultGamma = 2.2f
constexpr

Default gamma correction value.

The default gamma correction value of 2.2 is chosen because it approximates the natural response curve of CRT monitors, which were the most common display technology when gamma correction became standard. Modern displays have inherited this standard, as it closely matches how human vision perceives brightness non-linearly.