SVGFESpecularLightingElementBuilder class

SVGFESpecularLightingElementBuilder class

Builder class for creating SVG ‘feSpecularLighting’ elements, which apply specular lighting effects to an image.

The SVGFESpecularLightingElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFESpecularLightingElementBuilder

Methods

MethodDescription
build
build
surface_scaleSets the ‘surfaceScale’ attribute of the feSpecularLighting element, defining the height of the surface for the lighting calculation.
specular_constantSets the ‘specularConstant’ attribute, representing the specular reflection constant.
specular_exponentSets the ‘specularExponent’ attribute, controlling the focus of the specular highlight.
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