Home » SVG feBlend Filter

SVG feBlend Filter

by Online Tutorials Library

The <feBlend> Filter

The <feBlend>filter is used to combine the two layers of an image using the methods: multiply, darken, screen, or lighten.

It takes two inputs, “in” and “in2” and “mode” that specify how the inputs are to be blended.

Example

Test it Now

You may also like