RGB2HSL {colorscience} | R Documentation |
RGB2HSL
Converts RGB coordinates to HSL.
RGB2HSL(RGBmatrix)
RGBmatrix |
RGB coordinates |
HSL coordinates
Jose Gama
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/
RGB<-c(124,63,78)
RGB2HSL(RGB)