<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.
Child Elements |
Subclause |
---|---|
|
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>