[Table of Contents] [docx version]
Error! No text of specified style in document.
alphaModFix (Alpha Modulate Fixed Effect)
This element represents an alpha modulate fixed effect.
Effect alpha (opacity) values are multiplied by a fixed percentage.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Attributes |
Description |
amt (Amount) |
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>