2.2.4.55 CT_SolidFill

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that specifies the information for a solid fill.

 <xs:complexType name="CT_SolidFill" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="clr" nillable="true" type="xs:base64Binary"/>
     <xs:element name="transp" type="xs:unsignedByte"/>
   </xs:sequence>
 </xs:complexType>

clr:  An xs:base64Binary ([XMLSCHEMA2] section 3.2.16) element that specifies the fill color.

transp:  An xs:unsignedByte ([XMLSCHEMA2] section 3.3.24) element that specifies the amount of transparency, in percent, of the fill color.