Package io.sf.carte.doc.style.css
Interface RGBAColor
- All Superinterfaces:
CSSColor
Based on W3C's
RGBColor
interface.-
Method Summary
Methods inherited from interface io.sf.carte.doc.style.css.CSSColor
clone, getAlpha, getColorModel, getColorSpace, getLength, item, toMinifiedString
-
Method Details
-
getRed
CSSPrimitiveValue getRed()Get the red component of this colour.- Returns:
- the red component.
-
getGreen
CSSPrimitiveValue getGreen()Get the green component of this colour.- Returns:
- the green component.
-
getBlue
CSSPrimitiveValue getBlue()Get the blue component of this colour.- Returns:
- the blue component.
-