Variable: color-d55-xyz
color-d55-xyz is a variable defined in color.el.gz.
Value
(0.9568 1.0 0.9215)
Documentation
D55 white point in CIE XYZ.
Source Code
;; Defined in /usr/src/emacs/lisp/color.el.gz
(defconst color-d55-xyz '(0.9568 1.0 0.9215)
"D55 white point in CIE XYZ.")