<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).

Parent Elements

<cont>5.1.10.20); <effectDag>5.1.10.25)

Attributes

Description

<rad> (Radius)

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>