Parses a CSS Lab color string into a LabColor object.
Supports both comma and space syntax, as well as optional alpha:
The function handles:
The CSS Lab color string to parse
The parsed Lab color object, with lightness normalized to 0-1 range
If the string format is invalid
Parses a CSS Lab color string into a LabColor object.
Supports both comma and space syntax, as well as optional alpha:
The function handles: