colorMix | R Documentation |
Mixes two colors in RGB space using weights
colorMix(a = "#41ffc9", b = "#1d7791", balance = c(1, 1))
a |
First color |
b |
Second color |
balance |
Numeric vector of length 2, Weights of the two colors |
A weighted average of the two colors in RGB space
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.