mix_many

Function mix_many 

Source
pub fn mix_many(
    interpolation: ColorInterpolationMethod,
    items: impl IntoIterator<Item = ColorMixItem>,
    flags: ColorMixFlags,
) -> AbsoluteColor
Expand description

Mix N colors into one (left-to-right fold).