SVGFEColorMatrixElementBuilder class
SVGFEColorMatrixElementBuilder class
Builder class for creating SVG ‘feColorMatrix’ elements, used in SVG filters.
The SVGFEColorMatrixElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGFEColorMatrixElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
type_and_values | Sets the ’type’ and ‘values’ attributes of the feColorMatrix element, specifying the color matrix operation and its parameters. |
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