Interface CTTLByRgbColorTransform

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTTLByRgbColorTransform
    extends XmlObject
    An XML CT_TLByRgbColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
    • Method Detail

      • getR

        int getR()
        Gets the "r" attribute
      • setR

        void setR​(int r)
        Sets the "r" attribute
      • getG

        int getG()
        Gets the "g" attribute
      • setG

        void setG​(int g)
        Sets the "g" attribute
      • getB

        int getB()
        Gets the "b" attribute
      • setB

        void setB​(int b)
        Sets the "b" attribute