Gimp.DrawableFilter.prototype.set_aux_input

function set_aux_input(input_pad_name: String, input: Gimp.Drawable): void {
    // Gjs wrapper for gimp_drawable_filter_set_aux_input()
}
  

When a filter has one or several auxiliary inputs, you can use this function to set them.

The change is not synced immediately with the core application. Use [method@Gimp.Drawable.update] to trigger an actual update.

Since 3.0

input_pad_name

name of the filter's input pad.

input

the drawable to use as auxiliary input.