specularExponent property
Gets a value that indicates an exponent value that controls the focus for the light source.
This property is read-only.
![]() ![]() |
Syntax
HRESULT get_specularExponent( [out] SVGAnimatedNumber **<number> );
Property values
Type: SVGAnimatedNumber
An exponent value that controls the focus for the light source.
Standards information
- Scalable Vector Graphics: Filter Effects, Section 15.25.16
Remarks
If the ISVGFESpotLightElement::specularExponent attribute is not specified, then the effect is as if a value of 1 were specified.
Show:

