[Table of Contents] [docx version]
Error! No text of specified style in document.
alphaMod (Alpha Modulate Effect)
This element represents an alpha modulate effect.
Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Child Elements |
Subclause |
cont (Effect Container) |
§5.1.10.20 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AlphaModulateEffect">
<sequence>
<element name="cont" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>