Class CTScRgbColor


  • public class CTScRgbColor
    extends Object

    Java class for CT_ScRgbColor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CT_ScRgbColor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorTransform" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="r" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
           <attribute name="g" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
           <attribute name="b" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
         </restriction>
       </complexContent>
     </complexType>