SVGFECompositeElementBuilder.K1

SVGFECompositeElementBuilder.K1 method

Sets the ‘k1’ attribute of the feComposite element.

public SVGFECompositeElementBuilder K1(double value)
ParameterTypeDescription
valueDoubleThe value for the ‘k1’ attribute.

Return Value

The current builder instance.

See Also