XYZ2LMS {colorscience} | R Documentation |
Convert XYZ coordinates to LMS
Description
XYZ2LMS
Converts XYZ coordinates to LMS.
Usage
XYZ2LMS(XYZmatrix)
Arguments
XYZmatrix |
XYZ coordinates |
Value
LMS coordinates
Author(s)
Jose Gama
Source
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.
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
XYZ<-c(21.43162, -3.20673, 120.6259)
XYZ2LMS(XYZ)
[Package colorscience version 1.0.9 Index]