SVGFEBlendElementBuilder.In2

In2(string)

Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.

public SVGFEBlendElementBuilder In2(string value)
ParameterTypeDescription
valueStringThe identifier for the second input.

Return Value

The current builder instance.

See Also


In2(FilterInput)

Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.

public SVGFEBlendElementBuilder In2(FilterInput input)
ParameterTypeDescription
inputFilterInputThe FilterInput enum value representing the second input.

Return Value

The current builder instance.

See Also