Expand description
Color mixing/interpolation.
Structsยง
- Color
Interpolation Method - https://drafts.csswg.org/css-color-4/#color-interpolation-method
- Color
MixItem - A color and its weight for use in a color mix.
- Interpolated
Alpha ๐
Enumsยง
- Component
MixOutcome ๐ - What the outcome of each component should be in a mix result.
- HueInterpolation
Method - 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 ๐