API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. RGBColor View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 RGBColor
Subinterfaces
Description
public interface RGBColor
  The RGBColor interface is used to represent any RGB color value.
See also:   
Methods
Hide/Show inherited methods
public CSSPrimitiveValue getBlue ()
This attribute is used for the blue value of the RGB color.
public CSSPrimitiveValue getGreen ()
This attribute is used for the green value of the RGB color.
public CSSPrimitiveValue getRed ()
This attribute is used for the red value of the RGB color.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar