[ CCode ( instance_pos = 5.9 ) ]
[ Version ( since = "3.0" ) ]
public delegate ValueArray RunImageFunc (Procedure procedure, RunMode run_mode, Image image, Drawable[] drawables, ProcedureConfig config)
The image function is run during the lifetime of the GIMP session, each time a plug-in image procedure is called.
| procedure |
the Procedure that runs. |
| run_mode |
the RunMode. |
| image |
the Image. |
| drawables |
the input Drawable-s. |
| config |
the |
| run_data |
the run_data given in ImageProcedure. |
|
the |