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, and CIE L*a*b* color components.
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. |
Defined functions (29)
color-cie-de2000 | (COLOR1 COLOR2 &optional KL KC KH) |
color-clamp | (VALUE) |
color-complement | (COLOR-NAME) |
color-complement-hex | (COLOR) |
color-darken-hsl | (H S L PERCENT) |
color-darken-name | (NAME PERCENT) |
color-desaturate-hsl | (H S L PERCENT) |
color-desaturate-name | (NAME PERCENT) |
color-gradient | (START STOP STEP-NUMBER) |
color-hsl-to-rgb | (H S L) |
color-hue-to-rgb | (V1 V2 H) |
color-lab-to-lch | (L A B) |
color-lab-to-srgb | (L A B) |
color-lab-to-xyz | (L A B &optional WHITE-POINT) |
color-lch-to-lab | (L C H) |
color-lighten-hsl | (H S L PERCENT) |
color-lighten-name | (NAME PERCENT) |
color-name-to-rgb | (COLOR &optional FRAME) |
color-rgb-to-hex | (RED GREEN BLUE &optional DIGITS-PER-COMPONENT) |
color-rgb-to-hsl | (RED GREEN BLUE) |
color-rgb-to-hsv | (RED GREEN BLUE) |
color-saturate-hsl | (H S L PERCENT) |
color-saturate-name | (NAME PERCENT) |
color-srgb-to-lab | (RED GREEN BLUE) |
color-srgb-to-xyz | (RED GREEN BLUE) |
color-xyy-to-xyz | (X Y Y) |
color-xyz-to-lab | (X Y Z &optional WHITE-POINT) |
color-xyz-to-srgb | (X Y Z) |
color-xyz-to-xyy | (X Y Z) |