VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-specularlighting-specularexponent-property/

⇱ SVG SpecularLighting.specularExponent Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG SpecularLighting.specularExponent Property

Last Updated : 30 Mar, 2022

The SVG SpecularLighting.specularExponent property returns the SVGAnimatedNumber object corresponding to the specularExponent component of the SpecularLighting.specularExponent element.

Syntax:

var a = FESpecularLighting.specularExponent 

Return value: This property returns the SVGAnimatedNumber object corresponding to the specularExponent component of the SpecularLighting.specularExponent element.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Example 3: 

Output:

👁 Image

Supported Browsers:

  • Google Chrome
  • Edge
  • Firefox
  • Safari
  • Opera
  • Internet Explorer
Comment