<clrVal>
(Color Value)
This element describes the color variant. This is used to specify a color that we will use for animating the color property of an object.
[Example: Consider trying to emphasize text within a shape by changing the color its font.
<p:set> <p:cBhvr override="childStyle"> ... </p:cBhvr> <p:to> <p:clrVal> <a:schemeClr val="accent2"/> </p:clrVal> </p:to> </p:set>
End example]
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Color">
<sequence>
<group ref="EG_ColorChoice"/>
</sequence>
</complexType>