mixCol | R Documentation |
Returns a weighed mixed average of the two input colors. Adds an alpha channel if not already present.
mixCol(a = "#41ffc9", b = "#1d7791", balance = c(1, 1))
a |
an RGB color string |
b |
an RGB color string |
balance |
two weights, one for each color, default: c(1,1) |
An RGB color string.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.