Package io.sf.carte.doc.style.css
Interface XYZColor
- 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
getAlpha, getColorModel, getColorSpace, getLength, item, toMinifiedString
-
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.
-