blend_colors {plotthis} | 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.