SVGFEDiffuseLightingElementBuilder class
SVGFEDiffuseLightingElementBuilder class
Builder class for creating SVG ‘feDiffuseLighting’ elements, used in SVG filters to apply diffuse lighting effects.
The SVGFEDiffuseLightingElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEDiffuseLightingElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| surface_scale | Sets the ‘surfaceScale’ attribute of the feDiffuseLighting element. |
| diffuse_constant | Sets the ‘diffuseConstant’ attribute of the feDiffuseLighting element. |
| kernel_unit_length | |
| 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