gimp/plug-ins/gimpressionist/color.h
Shlomi Fish 5559b6223e fixed bug #148088: ("Gimpressioinst crashes if given malicious presets
* plug-ins/gimpressionist/: fixed bug #148088: ("Gimpressioinst crashes if
given malicious presets with out of range values, in the radio buttons
group numeric values: "placetype", "orienttype", etc. ").

This was done by adding clamps to the relevant values in the preset.
2004-07-25 14:29:27 +00:00

16 lines
249 B
C

#ifndef __COLOR_H
#define __COLOR_H
enum COLOR_TYPE_ENUM
{
COLOR_TYPE_AVERAGE = 0,
COLOR_TYPE_CENTER = 1,
};
void create_colorpage (GtkNotebook *);
void color_restore (void);
int color_type_input (int in);
#endif /* #ifndef __COLOR_H */