FilterValueListBuilder class
FilterValueListBuilder class
A builder class for creating a list of filter functions for SVG elements.
The FilterValueListBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of FilterValueListBuilder |
Methods
| Method | Description |
|---|---|
| filter_id | Adds a filter by its ID. |
| blur | Adds a blur filter. |
| brightness | Adds a brightness filter. |
| contrast | Adds a contrast filter. |
| drop_shadow | Adds a drop shadow filter. |
| grayscale | Adds a grayscale filter. |
| hue_rotate | Adds a hue-rotate filter. |
| invert | Adds an invert filter. |
| opacity | Adds an opacity filter. |
| sepia | Adds a sepia filter. |
| saturate | Adds a saturate filter. |
| build | Builds the final string representing the combined filter functions. |
See Also
- module
aspose.svg.builder