Module style::values::generics::color

source ·
Expand description

Generic types for color properties.

Re-exports

Structs

  • Flags used to modify the calculation of a color mix result.
  • Caret color is effectively a ColorOrAuto, but resolves auto to currentColor.
  • A restricted version of the css color-mix() function, which only supports percentages.

Enums

  • This struct represents a combined color from a numeric color and the current foreground color (currentcolor keyword).
  • Either <color> or auto.