Implement CSS color parsing, like specified. This uses the functions defined elsewhere in colors.
Parses a CSS color string, and gives back a Color. If parsing fails, return transparent black.
Parses a CSS color string, and gives back a Color.
See Source File
BSL-1.0
Copyright Guillaume Piolat 2020-2024.
Implement CSS color parsing, like specified. This uses the functions defined elsewhere in colors.