pub fn mix(from: Hsla, to: Hsla, t: f32) -> HslaExpand description
Blend two colors by t the way the browser transitions them: component
interpolation in sRGB with premultiplied alpha — a wash fading in from
transparent brightens without passing through grey.