ColorMix

Represents a CSS color-mix() expression.

This class handles the late-binding resolution of two colors mixed together
in a specific color space with optional weights.

Methods

public function resolve(CssContext $ctx): ColorInterface|CssResolvableInterface
Parameters
NameTypeDefault
$ctx CssContext -
public function toCss(): string