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
inon the givenfeBlendelement.
- In2
Corresponds to attribute
in2on the givenfeBlendelement.
- Mode
One of the blend modes defined by 'Compositing and Blending Level 1' with the input in representing the source
Csand the second inputin2representing the backdropCb. The output of this filter primitiveCmis the result of blendingCswithCb.