Description Usage Arguments Value Examples
Lighten a given color by a given factor.
1 | lightenColor(color, factor = 1.4)
|
color |
The color to lighten |
factor |
The factor used for lightening |
The lightened color
1 2 3 4 | ## Not run:
color <- atmoswing::lightenColor("#AD71B5", 1.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.