public class RGBColorImpl
extends java.lang.Object
implements org.w3c.dom.css.RGBColor
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.css.CSSPrimitiveValue |
getBlue() |
org.w3c.dom.css.CSSPrimitiveValue |
getGreen() |
org.w3c.dom.css.CSSPrimitiveValue |
getRed() |
public org.w3c.dom.css.CSSPrimitiveValue getRed()
getRed in interface org.w3c.dom.css.RGBColorpublic org.w3c.dom.css.CSSPrimitiveValue getGreen()
getGreen in interface org.w3c.dom.css.RGBColorpublic org.w3c.dom.css.CSSPrimitiveValue getBlue()
getBlue in interface org.w3c.dom.css.RGBColorCopyright © 2013–2025. All rights reserved.