Interface HSLColorValue

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

public interface HSLColorValue extends CSSColorValue
Represents a HSL color value.

Instead of using this interface, you may want to just cast the result of CSSColorValue.getColor() to the appropriate interface (like HSLColor) according to the given CSSColorValue.getColorModel().

  • Method Details