Generates a blended color from two transparent colors
blendColor(col1 = "#1b9e777F", col2 = "#7570b37F")
A character
string with hex color, including
adjustment for transparency.
blendColor(col1 = "#1B9E777F", col2 = "#7570B37F")
#> [1] "#488795FE"