Property Mode
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Mode
One of the blend modes defined by 'Compositing and Blending Level 1' with the input in representing the source
Cs
and the second input in2
representing the backdrop Cb
. The output of this filter
primitive Cm
is the result of blending Cs
with Cb
.
public ISvgAnimatedEnumeration Mode { get; }
Property Value
- ISvgAnimatedEnumeration
mode = "blend-mode"
An enumeration of the type SvgFilterBlendMode. The default value is Normal.