Advanced search tips: use spaces to require multiple terms (AND), |
for alternatives (OR), wrap phrases in quotes (="a b"), =term for
exact match, 'term to include, !term to exclude, ^term to match
prefix, !^term to exclude prefix, .ext$ to match suffix, and !.ext$ to
exclude suffix.
Increase color saturation of the given color data.
:param color: expected sRGB primaries input
:param saturationAmount: expected 0-1 range with 1=neutral, 0=no saturation.
– ref[2] [4]
This is an incredibly crude approximation of the inverse of the tone mapping function.
We assume here that there’s a simple linear relationship between the input and output
which is not true at all, but useful to at least preserve the overall luminance of colors
when sampling from an already tonemapped image. (e.g. for transmissive materials when HDR is off)
Increase color saturation of the given color data. :param color: expected sRGB primaries input :param saturationAmount: expected 0-1 range with 1=neutral, 0=no saturation. – ref[2] [4]