Module mix

Module mix 

Source
Expand description

Color mixing/interpolation.

Structsยง

ColorInterpolationMethod
https://drafts.csswg.org/css-color-4/#color-interpolation-method
ColorMixItem
A color and its weight for use in a color mix.
InterpolatedAlpha ๐Ÿ”’

Enumsยง

ComponentMixOutcome ๐Ÿ”’
What the outcome of each component should be in a mix result.
HueInterpolationMethod
A hue-interpolation-method as defined in 1.

Functionsยง

adjust_hue ๐Ÿ”’
convert_for_mix ๐Ÿ”’
interpolate_alpha ๐Ÿ”’
interpolate_hue ๐Ÿ”’
interpolate_premultiplied ๐Ÿ”’
interpolate_premultiplied_component ๐Ÿ”’
mix_many
Mix N colors into one (left-to-right fold).
mix_with_weights ๐Ÿ”’
Mix two colors already in the interpolation color space.
normalize_hue ๐Ÿ”’