in2 method

in2

Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.

Returns

The current builder instance.

def in2(self, value):
    ...
ParameterTypeDescription
valuestrThe identifier for the second input.

in2

Sets the ‘in2’ attribute of the feBlend element, specifying the second input for the blending operation.

Returns

The current builder instance.

def in2(self, input):
    ...
ParameterTypeDescription
inputFilterInputThe FilterInput enum value representing the second input.

See Also