colorAdjust | R Documentation |
Modify alpha, hue, saturation and value (HSV) of a color
colorAdjust(color, alpha = NULL, hue = 0, sat = 0, val = 0)
color |
Input color. Any format that grDevices::col2rgb() recognizes |
alpha |
Numeric: Scale alpha by this amount. Future: replace with absolute setting |
hue |
Float: How much hue to add to |
sat |
Float: How much saturation to add to |
val |
Float: How much to increase value of |
Adjusted color
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.