Searched refs:from_str_numeric (Results 1 – 1 of 1) sorted by relevance
1850 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() method1983 _ => Color::from_str_numeric(s), in from_str()