LMS2RGB function

Convert LMS coordinates to RGB

Convert LMS coordinates to RGB

LMS2RGB Converts LMS coordinates to RGB.

LMS2RGB(LMSmatrix)

Arguments

  • LMSmatrix: LMS coordinates

Returns

RGB coordinates

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.

Author(s)

Jose Gama

Examples

LMS<-c(3.822394, 10.17498, 1.130049) LMS2RGB(LMS)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links