Class SvgFEBlendElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
This filter blends two objects together using commonly used imaging software blending modes. It performs a pixel-wise combination of two input images.
public sealed class SvgFEBlendElement : SvgFilterPrimitiveStandardAttributes, ICloneable, IEnumerable, IXPathNavigable, IEventTargetSupport, IEventTarget, IElementCssInlineStyle, ISvgFEBlendElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgFilterPrimitiveStandardAttributes, ISvgStylable
- Inheritance
-
SvgFEBlendElement
- Implements
- Inherited Members
Constructors
Properties
- In1
Corresponds to attribute
in
on the givenfeBlend
element.
- In2
Corresponds to attribute
in2
on the givenfeBlend
element.
- Mode
One of the blend modes defined by 'Compositing and Blending Level 1' with the input in representing the source
Cs
and the second inputin2
representing the backdropCb
. The output of this filter primitiveCm
is the result of blendingCs
withCb
.