in2 method
in2
Sets the ‘in2’ attribute of the feDisplacementMap element.
Returns
The current builder instance.
def in2(self, value):
...
Parameter | Type | Description |
---|---|---|
value | str | The 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):
...
Parameter | Type | Description |
---|---|---|
input | FilterInput | The second input filter primitive. |
See Also
- module
aspose.svg.builder
- class
SVGFEDisplacementMapElementBuilder