Learn R Programming

colorscience (version 1.0.8)

LSLM2RGB: Convert LSLM coordinates to RGB

Description

LSLM2RGB Converts LSLM coordinates to RGB.

Usage

LSLM2RGB(LSLMmatrix)

Arguments

LSLMmatrix

LSLM 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 {
LSLM<-c(-0.4186083, 0.007563981, 0.4918533)
LSLM2RGB(LSLM)
# }

Run the code above in your browser using DataLab