Learn R Programming

colorscience (version 1.0.2)

LEF2RGB: Convert LEF coordinates to RGB

Description

LEF2RGB Converts LEF coordinates to RGB.

Usage

LEF2RGB(LEFmatrix)

Arguments

LEFmatrix
LEF coordinates

Value

RGB coordinates

Source

Kang, Henry R, 2006 Computational color technology Spie Press Bellingham

References

Kang, Henry R, 2006 Computational color technology Spie Press Bellingham

Examples

Run this code
LEF<-c(176.66667, 53.50000, -12.99038)
LEF2RGB(LEF)

Run the code above in your browser using DataLab