adjust_hsv.RdAdjust hue, saturation, value, and/or opacity.
adjust_hsv(col, h=NULL, s=NULL, v=NULL, alpha=NULL)Colors can be specified as a color name, a hexadecimal string, or an integer.
Hue, saturation, value, and opacity are specified as values from 0 to 1, or
NULL to leave unchanged.
Adjusted colors in hexadecimal string format.
adjustcolor adjusts colors in RGB space.
col2rgb, rgb2hsv, and hsv are the
underlying functions used to convert and adjust the colors.