Package org.htmlunit.cssparser.dom
Class HSLColorImpl
java.lang.Object
org.htmlunit.cssparser.dom.AbstractColor
org.htmlunit.cssparser.dom.HSLColorImpl
- All Implemented Interfaces:
Serializable
Implementation of HSLColor.
- Author:
- Ronald Brill
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHSLColorImpl
(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits. -
Method Summary
Methods inherited from class org.htmlunit.cssparser.dom.AbstractColor
toString
-
Constructor Details
-
HSLColorImpl
Constructor that reads the values from the given chain of LexicalUnits.- Parameters:
function
- the name of the function; hsl or hslalu
- the values- Throws:
DOMException
- in case of error
-