pub fn parse_color_with<'i, 't>(
    color_parser: &ColorParser<'_, '_>,
    input: &mut Parser<'i, 't>
) -> Result<Color, ParseError<'i>>
Expand description

Parse a CSS color using the specified ColorParser and return a new color value on success.