<alphaOutset>
(Alpha Inset/Outset Effect)
This element specifies an alpha outset/inset effect.
This is equivalent to an alpha ceiling, followed by alpha blur, followed by either an alpha ceiling (positive radius) or alpha floor (negative radius).
Attributes |
Description |
---|---|
|
Specifies the radius of outset/inset. The possible values for this attribute are defined by the ST_Coordinate simple type (§5.1.12.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AlphaOutsetEffect">
<attribute name="rad" type="ST_Coordinate" use="optional" default="0"/>
</complexType>