<alphaBiLevel>
(Alpha Bi-Level Effect)
This element represents an Alpha Bi-Level Effect.
Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
Attributes |
Description |
---|---|
|
Specifies the threshold value for the alpha bi-level effect. 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_AlphaBiLevelEffect">
<attribute name="thresh" type="ST_PositiveFixedPercentage" use="required"/>
</complexType>