RGB2LMS {colorscience} | R Documentation |
RGB2LMS
Converts RGB coordinates to LMS.
RGB2LMS(RGBmatrix)
RGBmatrix |
RGB 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.
RGB<-c(124,63,78)
RGB2LMS(RGB)