<alphaRepl>
(Alpha Replace Effect)
This element specifies an alpha replace effect.
Effect alpha (opacity) values are replaced by a fixed alpha.
Attributes |
Description |
---|---|
|
Specifies the new opacity value. The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AlphaReplaceEffect">
<attribute name="a" type="ST_PositiveFixedPercentage" use="required"/>
</complexType>