CssColors
Registry of standard CSS named colors.
Constants
Methods
parse
static
public static function parse(string $name): SrgbColor
Parse a named color into an sRGB color instance.
Parameters
| Name | Type | Default |
|---|---|---|
$name |
string | - |
tryHex
static
public static function tryHex(string $name): string
Attempt to get the hex code for a named color.
Parameters
| Name | Type | Default |
|---|---|---|
$name |
string | - |
tryParse
static
public static function tryParse(string $name): SrgbColor
Attempt to parse a named color into an sRGB color instance.
Parameters
| Name | Type | Default |
|---|---|---|
$name |
string | - |