SVGFEBlendElementBuilder Class
SVGFEBlendElementBuilder class
Builder class for creating SVG ‘feBlend’ elements, used in SVG filters.
public class SVGFEBlendElementBuilder : SVGElementBuilder<SVGFEBlendElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feBlend element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFEBlendElement) | |
BuildElement(Document) | |
In2(FilterInput) | Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation. |
In2(string) | Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation. |
Mode(BlendMode) | Sets the ‘mode’ attribute of the feBlend element, specifying the blending mode to be used. |
See Also