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
| Name | Type | Default |
$ctx |
CssContext |
- |
public function toCss(): string