in2 method

in2

Sets the ‘in2’ attribute of the feDisplacementMap element.

Returns

The current builder instance.

def in2(self, value):
    ...
ParameterTypeDescription
valuestrThe identifier of the second input filter primitive.

in2

Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput.

Returns

The current builder instance.

def in2(self, input):
    ...
ParameterTypeDescription
inputFilterInputThe second input filter primitive.

See Also