Function style::color::parsing::parse_hwb

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