[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type describes how to render effects one on top of another.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
darken (Darken) |
Darken |
lighten (Lighten) |
Lighten |
mult (Multiply) |
Multiply |
over (Overlay) |
Overlay |
screen (Screen) |
Screen |
Referenced By |
blend@blend (§5.1.10.12); fillOverlay@blend (§5.1.10.29) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_BlendMode">
<restriction base="xsd:token">
<enumeration value="over"/>
<enumeration value="mult"/>
<enumeration value="screen"/>
<enumeration value="darken"/>
<enumeration value="lighten"/>
</restriction>
</simpleType>