Creates a new OKLCh color object with the specified components.
This is the primary factory function for creating OKLCh colors in the library. The created object includes methods for conversion to other color spaces and string representations.
The lightness component (0-1)
The chroma (saturation/colorfulness) component
The hue angle in degrees (0-360)
Optional
The alpha (opacity) component (0-1), optional
A new OKLCh color object
Creates a new OKLCh color object with the specified components.
This is the primary factory function for creating OKLCh colors in the library. The created object includes methods for conversion to other color spaces and string representations.