the syntax of [`color-mod()`](https://drafts.csswg.org/css-color/#funcdef-color-mod) currently is: ``` color-mod() = color( [ <color> | <hue> ] <color-adjuster>* ) ``` does that mean `color-mod()` overrides `color()` or it was just leftouts from renaming?