SVGFEConvolveMatrixElementBuilder class
SVGFEConvolveMatrixElementBuilder class
Builder class for creating SVG ‘feConvolveMatrix’ elements, used in SVG filters for applying convolution matrix effects.
The SVGFEConvolveMatrixElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEConvolveMatrixElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| order | |
| kernel_matrix | Sets the ‘kernelMatrix’ attribute of the feConvolveMatrix element. |
| divisor | Sets the ‘divisor’ attribute of the feConvolveMatrix element. |
| bias | Sets the ‘bias’ attribute of the feConvolveMatrix element. |
| target_x | Sets the ’targetX’ attribute of the feConvolveMatrix element. |
| target_y | Sets the ’targetY’ attribute of the feConvolveMatrix element. |
| edge_mode | Sets the ’edgeMode’ attribute of the feConvolveMatrix element. |
| kernel_unit_length | |
| preserve_alpha | Sets the ‘preserveAlpha’ attribute of the feConvolveMatrix element. |
| 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