RunImageFunc


Description:

[ 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.

Parameters:

procedure

the Procedure that runs.

run_mode

the RunMode.

image

the Image.

drawables

the input Drawable-s.

config

the procedure's remaining arguments.

run_data

the run_data given in ImageProcedure.

Returns:

the procedure's return values.


Namespace: Gimp
Package: gimp-3.0