RGB2HSV {colorscience} | R Documentation |
RGB2HSV
Converts RGB coordinates to HSV.
RGB2HSV(RGBmatrix)
RGBmatrix |
RGB coordinates |
HSV 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)
RGB2HSV(RGB)