The SVGFEDiffuseLightingElement interface corresponds to the <feDiffuseLighting> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFEDiffuseLightingElement.diffuseConstant Read onlyAn SVGAnimatedNumber corresponding to the diffuseConstant attribute of the given element.
SVGFEDiffuseLightingElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFEDiffuseLightingElement.in1 Read onlyAn SVGAnimatedString corresponding to the in attribute of the given element.
SVGFEDiffuseLightingElement.kernelUnitLengthX Read onlyAn SVGAnimatedNumber corresponding to the X component of the kernelUnitLength attribute of the given element.
SVGFEDiffuseLightingElement.kernelUnitLengthY Read onlyAn SVGAnimatedNumber corresponding to the Y component of the kernelUnitLength attribute of the given element.
SVGFEDiffuseLightingElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFEDiffuseLightingElement.surfaceScale Read onlyAn SVGAnimatedNumber corresponding to the surfaceScale attribute of the given element.
SVGFEDiffuseLightingElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFEDiffuseLightingElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFEDiffuseLightingElement.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.