Learn R Programming

colorscience (version 1.0.8)

XYZ2LMS: Convert XYZ coordinates to LMS

Description

XYZ2LMS Converts XYZ coordinates to LMS.

Usage

XYZ2LMS(XYZmatrix)

Arguments

XYZmatrix

XYZ coordinates

Value

LMS 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 {
XYZ<-c(21.43162, -3.20673, 120.6259)
XYZ2LMS(XYZ)
# }

Run the code above in your browser using DataLab