[ Version ( since = "3.0" ) ]
public void set_aux_input (string input_pad_name, Drawable 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.
| this |
The drawable's filter. |
| input_pad_name |
name of the filter's input pad. |
| input |
the drawable to use as auxiliary input. |