Class RGBColorImpl

java.lang.Object
org.docx4j.convert.in.xhtml.RGBColorImpl
All Implemented Interfaces:
org.w3c.dom.css.RGBColor

public class RGBColorImpl extends Object implements org.w3c.dom.css.RGBColor
  • Method Details

    • getRed

      public org.w3c.dom.css.CSSPrimitiveValue getRed()
      Specified by:
      getRed in interface org.w3c.dom.css.RGBColor
    • getGreen

      public org.w3c.dom.css.CSSPrimitiveValue getGreen()
      Specified by:
      getGreen in interface org.w3c.dom.css.RGBColor
    • getBlue

      public org.w3c.dom.css.CSSPrimitiveValue getBlue()
      Specified by:
      getBlue in interface org.w3c.dom.css.RGBColor