Learn R Programming

colorSpec (version 1.5-0)

xyz1931: CIE Color Matching Functions - 2-degree (1931)

Description

xyz1931.1nmthe 1931 2° functions from 360 to 830 nm, at 1nm intervals
xyz1931.5nmthe 1931 2° functions from 380 to 780 nm, at 5nm intervals

Arguments

Format

Each is a colorSpec object organized as a matrix with 3 variables.

xthe x-bar responsivity function
ythe y-bar responsivity function
zthe z-bar responsivity function

References

Günther Wyszecki and W.S. Stiles. Color Science : Concepts and Methods, Quantitative Data and Formulae. Second Edition. Wiley-Interscience. 1982. Table I(3.3.1). pp. 723-735.

ASTM E 308 - 01. Standard Practice for Computing the Colors of Objects by Using the CIE System. Table 1

See Also

xyz1964

Examples

Run this code
summary(xyz1931.1nm)
white.point = product( D65.1nm, xyz1931.1nm, wave='auto' )

Run the code above in your browser using DataLab