specularExponent attribute | specularExponent property
Gets a value that indicates an exponent value that controls the focus for the light source.
This property is read-only.
![]() ![]() |
Syntax
| HTML |
|---|
<element specularExponent="<number>" ... > |
| JavaScript |
|---|
<number> = object.specularExponent |
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 specularExponent attribute is not specified, then the effect is as if a value of 1 were specified.
See also
Show:

