Expects hsv color values to be in range (0-100])
Arguments
- h
numeric, vector of ‘hue’ values
- s
numeric, vector of ‘saturation’ values
- v
numeric, vector of ‘value’ (lightness) values
- maxColorValue
numeric, default: 100, gives the maximum hsv color values range. Default corresponds to the typical 0:1 HSV coding as in
rgb2hsv()