<fillOverlay>
(Fill Overlay Effect)
This element specifies a fill overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies how to blend the fill with the base effect. 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_FillOverlayEffect">
<sequence>
<group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="blend" type="ST_BlendMode" use="required"/>
</complexType>