satCol | R Documentation |
Converts the RGB color to values in HSV space, then multiplies the saturation component (S) by the given multiplier, leaving the hue (H) and value (V) components as they were. The results is converted back to RGB strings before they are returned.
satCol(col = "#41ffc9", sat.mult = 1.25)
col |
an RGB color |
sat.mult |
saturation multiplier |
An RGB color string.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.