SVGFEBlendElementBuilder.Mode

SVGFEBlendElementBuilder.Mode method

Sets the ‘mode’ attribute of the feBlend element, specifying the blending mode to be used.

public SVGFEBlendElementBuilder Mode(BlendMode mode)
ParameterTypeDescription
modeBlendModeThe BlendMode enum value representing the blending mode.

Return Value

The current builder instance.

See Also