SVGFESpecularLightingElementBuilder.SpecularConstant

SVGFESpecularLightingElementBuilder.SpecularConstant method

Sets the ‘specularConstant’ attribute, representing the specular reflection constant.

public SVGFESpecularLightingElementBuilder SpecularConstant(double specularConstant)
ParameterTypeDescription
specularConstantDoubleThe specular constant value, must be non-negative.

Return Value

The current builder instance.

See Also