R/mixColors.R
blendColors.Rd
Blend a set of colors and return the color thereby obtained.
blendColors(cols)
set of colors to be mixed.
blendColors(c("blue", "purple")) #> [1] "#5010F7"