Utility class for color conversions and manipulations.
Static
Creates a Color instance from a CSS color string.
The CSS color string (e.g., "#ff0000", "rgb(255, 0, 0)", "red").
A new Color instance.
Utility class for color conversions and manipulations.