If I have a Colors.jl Color, such as HSLA(200,0.9,0.8,0.8), HSL(200,0.9,0.8,0.8), or RGB(200,100,100), is there a generic way to return a version of the color with a specified alpha transparency value (and promote the type if the input doesn't have an alpha value)?
E.g. something like set_alpha(in_color,alpha=0.9)