blend_colors | R Documentation |
This function blends a list of colors using the specified blend mode.
blend_colors(colors, mode = c("blend", "average", "screen", "multiply"))
colors |
Color vectors. |
mode |
Blend mode. One of "blend", "average", "screen", or "multiply". |
The blended color.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.