Function style::color::parsing::parse_color_function
source ยท fn parse_color_function<'i, 't>(
context: &ParserContext<'_>,
name: CowRcStr<'i>,
arguments: &mut Parser<'i, 't>,
) -> Result<ColorFunction<Color>, ParseError<'i>>
Expand description
Parse one of the color functions: rgba(), lab(), color(), etc.