[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a tint effect. Shifts effect color values towards/away from hue by the specified amount.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Attributes |
Description |
amt (Amount) |
Specifies by how much the color value is shifted.
The possible values for this attribute are defined by the ST_FixedPercentage simple type (§5.1.12.22). |
hue (Hue) |
Specifies the hue towards which to tint.
The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type (§5.1.12.44). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TintEffect">
<attribute name="hue" type="ST_PositiveFixedAngle" use="optional" default="0"/>
<attribute name="amt" type="ST_FixedPercentage" use="optional" default="0"/>
</complexType>