[Table of Contents] [docx version]
Error! No text of specified style in document.
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).
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25) |
Attributes |
Description |
thresh (Threshold) |
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>