Recolorinfo Element (Microsoft PowerPoint)

Specifies the information saved when a metafile is recolored.

Attribute Description
ignoredcolors Specifies whether a metafile has any ignored colors.
missingcolors Specifies whether a metafile has any missing colors.
missingfills Specifies whether a metafile has any missing fills.
monocolor Specifies the value of a monocolor.
monorecolor Specifies whether a metafile has been recolored with a monocolor.
nomodify Specifies whether a metafile has been modified.
numcolors Specifies the number of colors in the metafile.
numfills Specifies the number of fills in the metafile.
recolorstate Specifies whether a metafile has been recolored.

Contained In

Presentation

Subelements

Recolorinfoentry

Remarks

All subelements are optional.

PowerPoint allows a metafile to be recolored and can keep track of the changes in color. Each color change is given a Recolorinfoentry subelement.

Example

The following example shows two color changes, each contained in a separate Recolorinfoentry element. Both changes are contained in a Recolorinfo element.


<p:recolorinfo numcolors="2" recolorstate="t">
<p:recolorinfoentry fromcolor="rgb(0,0,0)" tocolor="schemeFill">
</p:recolorinfoentry>
<p:recolorinfoentry fromcolor="rgb(255,239,209)" tocolor="schemeHyperlink">
</p:recolorinfoentry>
</p:recolorinfo>