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 theXcomponent of this color.- Returns:
- the
Xcomponent.
-
getY
CSSPrimitiveValue getY()Get theYcomponent of this color.- Returns:
- the
Ycomponent.
-
getZ
CSSPrimitiveValue getZ()Get theZcomponent of this color.- Returns:
- the
Zcomponent.
-
clone
XYZColor clone()Description copied from interface:CSSColorClone this color.
-