public class RGBColorImpl extends Object implements org.w3c.dom.css.RGBColor
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
org.w3c.dom.css.CSSPrimitiveValue |
getAlpha() |
org.w3c.dom.css.CSSPrimitiveValue |
getBlue() |
org.w3c.dom.css.CSSPrimitiveValue |
getGreen() |
org.w3c.dom.css.CSSPrimitiveValue |
getRed() |
int |
hashCode() |
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.RGBColorpublic org.w3c.dom.css.CSSPrimitiveValue getAlpha()
Copyright © 2025. All rights reserved.