SVGFEBlendElementBuilder class
SVGFEBlendElementBuilder class
Builder class for creating SVG ‘feBlend’ elements, used in SVG filters.
The SVGFEBlendElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEBlendElementBuilder |
Methods
| Method | Description |
|---|---|
| in2 | Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation. |
| in2 | Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation. |
| build | |
| build | |
| mode | Sets the ‘mode’ attribute of the feBlend element, specifying the blending mode to be used. |
| build_element | Builds and returns an SVGElement instance based on the current configuration of the builder. |
| attribute | Sets or updates an attribute on an SVG element. |
See Also
- module
aspose.svg.builder - class
ISVGElementBuilder