RGB2LEF {colorscience} | R Documentation |
RGB2LEF
Converts RGB coordinates to LEF.
RGB2LEF(RGBmatrix)
RGBmatrix |
RGB coordinates |
LEF coordinates
Jose Gama
Kang, Henry R, 2006 Computational color technology Spie Press Bellingham
Kang, Henry R, 2006 Computational color technology Spie Press Bellingham
RGB<-c(124,63,78)
RGB2LEF(RGB)