in1

open fun in1(input: SVGFilterInput)(source)

A convenience method which maps to in and has a naming convention consistent with in2.

While in1 is not an official attribute, it provides a way to avoid using in which is awkward to use in Kotlin since in is an official keyword.


open fun in1(resultName: String)(source)

A convenience method which maps to in and has a naming convention consistent with in2.

While in1 is not an official attribute, it provides a way to avoid using in which is awkward to use in Kotlin since in is an official keyword.

Parameters

resultName

The name of the result of a previous filter.

See also

FilterPrimitiveAttrs.result