ColTransparent.Rd
Modify a color to get brighter and tranparent for the confidence intervals
ColTransparent(color, alpha = 0.8, beta = 150)
color value, e.g. "red"
(0..1) transparency value
(0..255) to make it brighter, this value gets added on the RGB values
modified color
Thomas Laepple