gimp/plug-ins/lighting/lighting-apply.h
Alx Sa 5c8aa1f242 plug-ins: port lighting to gimp_image_procedure_new2()
...and to GimpProcedureDialog.
As with the last few, improvements could be made to the GUI, mneumonics,
and global variables used.
2023-10-01 21:02:34 +02:00

8 lines
208 B
C

#ifndef __LIGHTING_APPLY_H__
#define __LIGHTING_APPLY_H__
void init_compute (void);
void compute_image (void);
void copy_from_config (GimpProcedureConfig *config);
#endif /* __LIGHTING_APPLY_H__ */