The SVGFESpecularLightingElement interface corresponds to the <feSpecularLighting> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFESpecularLightingElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFESpecularLightingElement.in1 Read onlyAn SVGAnimatedString corresponding to the in attribute of the given element.
SVGFESpecularLightingElement.kernelUnitLengthX Read onlyAn SVGAnimatedNumber corresponding to the X component of the kernelUnitLength attribute of the given element.
SVGFESpecularLightingElement.kernelUnitLengthY Read onlyAn SVGAnimatedNumber corresponding to the Y component of the kernelUnitLength attribute of the given element.
SVGFESpecularLightingElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFESpecularLightingElement.specularConstant Read onlyAn SVGAnimatedNumber corresponding to the specularConstant attribute of the given element.
SVGFESpecularLightingElement.specularExponent Read onlyAn SVGAnimatedNumber corresponding to the specularExponent attribute of the given element.
SVGFESpecularLightingElement.surfaceScale Read onlyAn SVGAnimatedNumber corresponding to the surfaceScale attribute of the given element.
SVGFESpecularLightingElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFESpecularLightingElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFESpecularLightingElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.