VOOZH about

URL: https://www.geeksforgeeks.org/html/svg-fespecularlighting-specularconstant-property/

⇱ SVG FESpecularLighting.specularConstant Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

SVG FESpecularLighting.specularConstant Property

Last Updated : 30 Mar, 2022

The SVG FESpecularLighting.specularConstant property returns the SVGAnimatedNumber object corresponding to the specularConstantcomponent of the FESpecularLighting.specularConstantelement.

Syntax:

var a = FESpecularLighting.specularConstant

Return value: This property returns the SVGAnimatedNumber object corresponding to the specularConstant component of the FESpecularLighting.specularConstantelement.

Example 1: 

Output:

👁 Image

Example 2: 

Output:

👁 Image

Example 3: 

Output:

👁 Image

Supported Browsers:

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