Description Usage Arguments Examples
hexBlender function blend two colors of hex code and generate new hex code.
1 | hexBlender(color1, color2, alpha = 0.5)
|
color1 |
character value of hex code. no default. |
color2 |
character value of hex code. no default. |
alpha |
float value from over 0 and under 1. Default value set as 0.5. |
1 | new_hex <- hexBlender('#FF0000', '#000000')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.