Package org.htmlunit.cssparser.dom
Class AbstractColor
java.lang.Object
org.htmlunit.cssparser.dom.AbstractColor
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HSLColorImpl
,HWBColorImpl
,LABColorImpl
,LCHColorImpl
,RGBColorImpl
Color base class.
- Author:
- Ronald Brill
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractColor
(String function, LexicalUnit lu) Constructor that reads the values from the given chain of LexicalUnits. -
Method Summary
-
Constructor Details
-
AbstractColor
Constructor that reads the values from the given chain of LexicalUnits.- Parameters:
function
- the name of the function; rgb or rgbalu
- the values- Throws:
DOMException
- in case of error
-
-
Method Details