Learn R Programming

colorscience (version 1.0.0)

XYZ2LMS: Convert XYZ coordinates to LMS

Description

XYZ2LMS Converts XYZ coordinates to LMS.

Usage

XYZ2LMS(XYZmatrix)

Arguments

XYZmatrix
XYZ coordinates

Value

  • LMS 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.

Examples

Run this code
XYZ<-c(21.43162, -3.20673, 120.6259)
XYZ2LMS(XYZ)

Run the code above in your browser using DataLab