<blend> (Blend Effect)

This element specifies a blend of several effects. The container specifies the raw effects to blend while the blend mode specifies how the effects are to be blended.

Parent Elements

<cont>5.1.10.20); <effectDag>5.1.10.25)

Child Elements

Subclause

<cont> (Effect Container)

§5.1.10.20

Attributes

Description

<blend> (Blend Mode)

Specifies how to blend the two effects.

The possible values for this attribute are defined by the ST_BlendMode simple type (§5.1.12.11).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BlendEffect">
	<sequence>
	<element name="cont" type="CT_EffectContainer" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="blend" type="ST_BlendMode" use="required"/>
</complexType>