pub fn css_color(color: Color) -> String
color as a CSS rgb()/rgba() function. The display list carries premultiplied alpha and CSS does not, so the multiplication is undone here.
color
rgb()
rgba()