ResolvedColor

Wrapper for a concrete color that satisfies the resolvable interface.

Methods

public function color(): ColorInterface

Get the wrapped color instance.

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