BlendFilter

Blend filter - blends two input graphics

Constructor

BlendFilter(
    mode: str = 'normal',
    in_: str = 'SourceGraphic',
    in2: str = 'BackgroundImage'
) -> None

Methods

interpolate

interpolate(other: Filter, t: float)

Interpolate between two BlendFilter instances

to_drawsvg

to_drawsvg()

Convert to drawsvg FilterItem object