Gimp.RunFunc
function onRunFunc(procedure: Gimp.Procedure, args: Gimp.ValueArray): Gimp.ValueArray {
}
The run function is run during the lifetime of the GIMP session, each time a plug-in procedure is called.
Since 3.0
- procedure
the Gimp.Procedure that runs.
- args
the procedure's arguments.
- Returns
the procedure's return values.