pub fn color(color_str: &str) -> AlphaColor<Srgb>Expand description
Parse color string to AlphaColor<Srgb>
In its inner it uses color::parse_color
pub fn color(color_str: &str) -> AlphaColor<Srgb>Parse color string to AlphaColor<Srgb>
In its inner it uses color::parse_color