Represents a color in the CIE LCh color space.
The CIE LCh color space is a cylindrical representation of the Lab color space, using Lightness, Chroma, and hue components. This makes it more intuitive for color adjustments as it separates color into perceptually meaningful components.
Optional
The alpha (opacity) component (0-1), optional
The chroma (saturation/colorfulness) component
The hue angle in degrees (0-360)
The lightness component (0-100)
Represents a color in the CIE LCh color space.
The CIE LCh color space is a cylindrical representation of the Lab color space, using Lightness, Chroma, and hue components. This makes it more intuitive for color adjustments as it separates color into perceptually meaningful components.