<alphaModFix>
(Alpha Modulate Fixed Effect)
This element represents an alpha modulate fixed effect.
Effect alpha (opacity) values are multiplied by a fixed percentage.
Attributes |
Description |
---|---|
|
Specifies the percentage amount to scale the alpha. The possible values for this attribute are defined by the ST_PositivePercentage simple type (§5.1.12.46). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AlphaModulateFixedEffect">
<attribute name="amt" type="ST_PositivePercentage" use="optional" default="100000"/>
</complexType>