<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]

Parent Elements

<progress>4.6.57); <to>4.6.89); <val>4.6.92)

Child Elements

Subclause

<hslClr> (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

<prstClr> (Preset Color)

§5.1.2.2.22

<schemeClr> (Scheme Color)

§5.1.2.2.29

<scrgbClr> (RGB Color Model - Percentage Variant)

§5.1.2.2.30

<srgbClr> (RGB Color Model - Hex Variant)

§5.1.2.2.32

<sysClr> (System Color)

§5.1.2.2.33

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Color">
	<sequence>
	<group ref="EG_ColorChoice"/>
	</sequence>
</complexType>