Searched defs:hex_color (Results 1 – 2 of 2) sorted by relevance
21 pub fn hex_color(input: &mut &str) -> PResult<Color> { in hex_color() function
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() function