Learn R Programming

colorscience (version 1.0.0)

RGB2LEF: Convert RGB coordinates to LEF

Description

RGB2LEF Converts RGB coordinates to LEF.

Usage

RGB2LEF(RGBmatrix)

Arguments

RGBmatrix
RGB coordinates

Value

  • LEF 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
RGB<-c(124,63,78)
RGB2LEF(RGB)

Run the code above in your browser using DataLab