XYZ2LMS {colorscience} | R Documentation |
XYZ2LMS
Converts XYZ coordinates to LMS.
XYZ2LMS(XYZmatrix)
XYZmatrix |
XYZ coordinates |
LMS coordinates
Jose Gama
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.
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.
XYZ<-c(21.43162, -3.20673, 120.6259)
XYZ2LMS(XYZ)