ImagingUtil
Public / Constants
GammaFromSrgb
Special gamma correction value for the sRGB color space (see IImageInfo.Gamma).
Color space decompression for sRGB can be approximated with the exponent 2.2
. The full formula is implemented in ColorF.FromSrgbF.
GammaToSrgb
Special gamma correction value for the sRGB color space (see IImageInfo.Gamma).
This is the same value that is found in the gAMA
chunk of sRGB compressed PNG files.
Public / Methods
GammaMul
Multiplies the given gamma correction values (see IImageInfo.Gamma), as would be done with pure exponents.
GammaRcp
Returns the reciprocal of the given gamma correction value (see IImageInfo.Gamma), as would be done with a pure exponent.