[Table of Contents] [docx version]
Error! No text of specified style in document.
clrChange (Color Change Effect)
This element specifies a Color Change Effect. Instances of clrFrom are replaced with instances of clrTo.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Child Elements |
Subclause |
clrFrom (Change Color From) |
§5.1.10.17 |
clrTo (Change Color To) |
§5.1.10.19 |
Attributes |
Description |
useA (Consider Alpha Values) |
Specifies whether alpha values are considered for the effect. Effect alpha values are considered if useA is true, else they are ignored.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ColorChangeEffect">
<sequence>
<element name="clrFrom" type="CT_Color" minOccurs="1" maxOccurs="1"/>
<element name="clrTo" type="CT_Color" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="useA" type="xsd:boolean" use="optional" default="true"/>
</complexType>