MixColor.Rd
This function can be used to compute the result of color mixing (it assumes additive mixing).
MixColor(col1, col2, amount1 = 0.5)
The mixed color as hexstring
# a mix between red and yellow with rates 3:7
MixColor("red", "yellow", 0.3)
#> [1] "#FFB200FF"