Learn R Programming

colorscience (version 1.0.8)

LEF2RGB: Convert LEF coordinates to RGB

Description

LEF2RGB Converts LEF coordinates to RGB.

Usage

LEF2RGB(LEFmatrix)

Arguments

LEFmatrix

LEF coordinates

Value

RGB coordinates

References

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

Examples

Run this code
# NOT RUN {
LEF<-c(176.66667, 53.50000, -12.99038)
LEF2RGB(LEF)
# }

Run the code above in your browser using DataLab