Function style::color::parsing::parse_color_with
source ยท pub fn parse_color_with<'i, 't>(
context: &ParserContext<'_>,
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.