Variable: color-d65-xyz

color-d65-xyz is a variable defined in color.el.gz.

Value

(0.950455 1.0 1.088753)

Documentation

D65 white point in CIE XYZ.

Source Code

;; Defined in /usr/src/emacs/lisp/color.el.gz
(defconst color-d65-xyz '(0.950455 1.0 1.088753)
  "D65 white point in CIE XYZ.")