Expand description
Color mixing/interpolation.
Structsยง
- https://drafts.csswg.org/css-color-4/#color-interpolation-method
- InterpolatedAlpha ๐
Enumsยง
- ComponentMixOutcome ๐What the outcome of each component should be in a mix result.
- A hue-interpolation-method as defined in 1.
Functionsยง
- adjust_hue ๐
- Calculate the flags that should be carried forward a color before converting it to the interpolation color space according to: https://drafts.csswg.org/css-color-4/#interpolation-missing
- interpolate_alpha ๐
- interpolate_hue ๐
- Mix two colors into one.
- mix_in ๐
- normalize_hue ๐