Convert Color to hsv Code
Converts color names or values to hsv code.
col2hsv(col)
col |
Vector of color code. |
Matrix with the rows
h |
Hue of hsv-Signal: 0=red, 1/3=green, 2/3=blue, 1=red. |
s |
Saturation of hsv-Signal: 0=white, 1=full color. |
v |
Value of hsv-Signal: 0=black, 1=full color. |
Rene Locher
col2hsv(c("blue","green","red"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.