<duotone>
(Duotone Effect)
This element specifies a duotone effect.
For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DuotoneEffect">
<sequence>
<group ref="EG_ColorChoice" minOccurs="2" maxOccurs="2"/>
</sequence>
</complexType>