fn mix_with_weights(
left: &AbsoluteColor,
left_weight: f32,
right: &AbsoluteColor,
right_weight: f32,
hue_interpolation: HueInterpolationMethod,
) -> AbsoluteColorExpand description
Mix two colors already in the interpolation color space.