- All Superinterfaces:
CSSColor
Represents a (
color()
) value in a XYZ color model.-
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
-
getX
CSSPrimitiveValue getX()Get theX
component of this color.- Returns:
- the
X
component.
-
getY
CSSPrimitiveValue getY()Get theY
component of this color.- Returns:
- the
Y
component.
-
getZ
CSSPrimitiveValue getZ()Get theZ
component of this color.- Returns:
- the
Z
component.
-
clone
XYZColor clone()Description copied from interface:CSSColor
Clone this color.
-