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