fn parse_color_with_color_space<'i, 't>(
    color_parser: &ColorParser<'_, '_>,
    arguments: &mut Parser<'i, 't>
) -> Result<ColorFunction, ParseError<'i>>
Expand description

Parse the color() function.