ColorParser
Parser for CSS color strings.
Methods
parse
static
public static function parse(string $input): ColorInterface
Parse a CSS color string into a ColorInterface instance.
Parameters
| Name | Type | Default |
|---|---|---|
$input |
string | - |