Blend a set of colors and return the color thereby obtained.

blendColors(cols)

Arguments

cols

set of colors to be mixed.

Examples

blendColors(c("blue", "purple"))
#> [1] "#5010F7"