//! The constant values in this module are taken from <http://www.color.org/chardata/rgb/srgb.xalter>
/// Converts a linear sRGB color value to a normal sRGB color value (applies the gamma correction).
/// Processing loop of `map_unpremultiplied_components`. Extracted (and public) for benchmarking.