- All Superinterfaces:
CSSColor
Represents a hwb color.
-
Method Summary
Methods inherited from interface io.sf.carte.doc.style.css.CSSColor
deltaEOK, getAlpha, getColorModel, getColorSpace, getLength, isInGamut, item, packInValue, toColorSpace, toMinifiedString, toNumberArray, toXYZ, toXYZ
-
Method Details
-
getHue
CSSPrimitiveValue getHue()Get the hue of this color.- Returns:
- the hue component.
-
getWhiteness
CSSPrimitiveValue getWhiteness()Get the whiteness of this color.- Returns:
- the whiteness component.
-
getBlackness
CSSPrimitiveValue getBlackness()Get the blackness of this color.- Returns:
- the blackness component.
-
clone
HWBColor clone()Description copied from interface:CSSColor
Clone this color.
-