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

ConstructorDescription
initConstructs a new instance of SVGFEDiffuseLightingElementBuilder

Methods

MethodDescription
build
build
surface_scaleSets the ‘surfaceScale’ attribute of the feDiffuseLighting element.
diffuse_constantSets the ‘diffuseConstant’ attribute of the feDiffuseLighting element.
kernel_unit_length
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also