SVGFESpecularLightingElementBuilder.SpecularExponent

SVGFESpecularLightingElementBuilder.SpecularExponent method

Sets the ‘specularExponent’ attribute, controlling the focus of the specular highlight.

public SVGFESpecularLightingElementBuilder SpecularExponent(double specularExponent)
ParameterTypeDescription
specularExponentDoubleThe specular exponent value, must be in the range 1.0 to 128.0.

Return Value

The current builder instance.

See Also