CurrentColor

Represents the 'currentColor' CSS keyword.

Resolution retrieves the computed foreground color from the provided
CSS resolution context.

Methods

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