Interface LCHColorValue

All Superinterfaces:
Cloneable, CSSColorValue, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Implementing Classes:
LCHColorValue

@Deprecated public interface LCHColorValue extends CSSColorValue
Deprecated.
Instead of using this interface, just cast the result of CSSColorValue.getColor() to the appropriate interface (like LCHColor) according to the given CSSColorValue.getColorModel().
Represents a color value with the LCh color model, like lch() or oklch().

It is not guaranteed that all colors with a LCh model shall implement this interface, therefore its usage is not recommended.