mix_with_weights

Function mix_with_weights 

Source
fn mix_with_weights(
    left: &AbsoluteColor,
    left_weight: f32,
    right: &AbsoluteColor,
    right_weight: f32,
    hue_interpolation: HueInterpolationMethod,
) -> AbsoluteColor
Expand description

Mix two colors already in the interpolation color space.