Learn R Programming

colorscience (version 1.0.8)

RGB2LSLM: Convert RGB coordinates to LSLM

Description

RGB2LSLM Converts RGB coordinates to LSLM.

Usage

RGB2LSLM(RGBmatrix)

Arguments

RGBmatrix

RGB coordinates

Value

LSLM 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 {
RGB<-c(124,63,78)
RGB2LSLM(RGB)
# }

Run the code above in your browser using DataLab