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