19.5.27 clrVal
This element describes the color variant. This is used to specify a color that is to be used 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]
[Note: The W3C XML Schema definition of this element’s content model (CT_Color) is located in A.4.1. end note]
Last updated on