in2 method

in2

Sets the ‘in2’ attribute of the feComposite element.

Returns

The current builder instance.

def in2(self, value):
    ...
ParameterTypeDescription
valuestrThe value for the ‘in2’ attribute.

in2

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

Returns

The current builder instance.

def in2(self, input):
    ...
ParameterTypeDescription
inputFilterInputThe FilterInput object providing the value for ‘in2’.

See Also