Learn R Programming

colorscience (version 1.0.8)

LMS2RGB: Convert LMS coordinates to RGB

Description

LMS2RGB Converts LMS coordinates to RGB.

Usage

LMS2RGB(LMSmatrix)

Arguments

LMSmatrix

LMS coordinates

Value

RGB 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)
LMS2RGB(LMS)
# }

Run the code above in your browser using DataLab