File: color.el.html
This package provides functions for manipulating colors, including converting between color representations, computing color complements, and computing CIEDE2000 color distances.
Supported color representations include RGB (red, green, blue), HSV
(hue, saturation, value), HSL (hue, saturation, luminance), sRGB,
CIE XYZ, CIE L*a*b* color components, and the Oklab perceptual color
space.
Defined variables (4)
color-d50-xyz | D50 white point in CIE XYZ. |
color-d55-xyz | D55 white point in CIE XYZ. |
color-d65-xyz | D65 white point in CIE XYZ. |
color-d75-xyz | D75 white point in CIE XYZ. |