View source: R/lighten_color_function.R
lighten_color | R Documentation |
This function lightens a given color. It basically mixes a given color with white.
lighten_color(alpha, color)
alpha |
value between 0 and 1 where 0 is white and 1 is 100% the chosen color. |
color |
The color to be lightened |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.