Learn R Programming

colorscience (version 1.0.8)

LMS2XYZ: Convert LMS coordinates to XYZ

Description

LMS2XYZ Converts LMS coordinates to XYZ.

Usage

LMS2XYZ(LMSmatrix)

Arguments

LMSmatrix

LMS coordinates

Value

XYZ coordinates

References

Francoise Vienot, Hans Brettel,John D. Mollon, 1999 Digital Video Colourmaps for Checking the Legibility of Displays by Dichromats Color Research & Application John Wiley & Sons, Inc.

Examples

Run this code
# NOT RUN {
LMS<-c(3.822394, 10.17498, 1.130049)
LMS2XYZ(LMS)
# }

Run the code above in your browser using DataLab