View source: R/mix_color_function.R
mix_color | R Documentation |
This function mixes two different colors. It relies on functions of the package colorspace
mix_color(alpha, color1, color2)
alpha |
value between 0 and 1 where 0 is 100% the first color and 1 is 100% the second color. |
color1 |
First color to be mixed |
color2 |
Second color to be mixed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.