<ST_BlendMode>
(Blend Mode)
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 |
|
Lighten |
|
Multiply |
|
Overlay |
|
Screen |
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>