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.RGBColor
public org.w3c.dom.css.CSSPrimitiveValue getGreen()
getGreen
in interface org.w3c.dom.css.RGBColor
public org.w3c.dom.css.CSSPrimitiveValue getBlue()
getBlue
in interface org.w3c.dom.css.RGBColor
public org.w3c.dom.css.CSSPrimitiveValue getAlpha()
Copyright © 2020. All rights reserved.