<tint>
(Tint Effect)
This element specifies a tint effect. Shifts effect color values towards/away from hue by the specified amount.
Attributes |
Description |
---|---|
|
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). |
|
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>