<clrMru> (Color MRU)

This specifies the most recently used user-selected colors within the presentation. This list contains custom user-selected colors outside the presentation's theme colors, enabling the application to expose these additional color choices for easy reuse. The first item in the list is the most recently used color.

example:
<p:presentationPr xmlns:a="" xmlns:r="" xmlns:p="">
  ..
  <p:clrMru>
    <a:srgbClr val="5361EB"/>
    <a:srgbClr val="CCECFF"/>
  </p:clrMru>
  ..
</p:presentationPr>

Parent Elements

<presentationPr>4.3.1.25)

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_ColorMRU">
	<sequence>
	<group ref="EG_ColorChoice" minOccurs="0" maxOccurs="10"/>
	</sequence>
</complexType>