/// Takes the `opacity` property and an alpha value from a CSS `<color>` and returns a resulting
/// Resolves a CSS color from itself, an `opacity` property, and a `color` property (to resolve `currentColor`).
pub fn resolve_color(color: &Color, opacity: UnitInterval, current_color: &Color) -> Color {