SVGFEDiffuseLightingElementBuilder.DiffuseConstant

SVGFEDiffuseLightingElementBuilder.DiffuseConstant method

Sets the ‘diffuseConstant’ attribute of the feDiffuseLighting element.

public SVGFEDiffuseLightingElementBuilder DiffuseConstant(double value)
ParameterTypeDescription
valueDoubleThe constant used to determine the lighting contribution.

Return Value

The current builder instance.

See Also