1999-09-25 01:59:43 +00:00
|
|
|
/* LIBGIMP - The GIMP Library
|
2003-07-03 00:47:26 +00:00
|
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
1998-01-25 10:26:47 +00:00
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This library is free software: you can redistribute it and/or
|
1999-11-17 21:13:50 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1998-01-25 10:26:47 +00:00
|
|
|
* License as published by the Free Software Foundation; either
|
2009-01-17 22:28:01 +00:00
|
|
|
* version 3 of the License, or (at your option) any later version.
|
1999-09-25 01:59:43 +00:00
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
1999-12-26 07:54:39 +00:00
|
|
|
* Lesser General Public License for more details.
|
1998-01-25 10:26:47 +00:00
|
|
|
*
|
1999-11-17 21:13:50 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2009-01-17 22:28:01 +00:00
|
|
|
* License along with this library. If not, see
|
|
|
|
* <http://www.gnu.org/licenses/>.
|
1999-09-25 01:59:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* NOTE: This file is autogenerated by enumcode.pl */
|
|
|
|
|
1997-11-24 22:05:25 +00:00
|
|
|
#ifndef __GIMP_ENUMS_H__
|
|
|
|
#define __GIMP_ENUMS_H__
|
|
|
|
|
2001-11-22 23:46:13 +00:00
|
|
|
G_BEGIN_DECLS
|
1997-11-24 22:05:25 +00:00
|
|
|
|
2004-10-25 01:52:12 +00:00
|
|
|
|
|
|
|
#define GIMP_TYPE_BRUSH_APPLICATION_MODE (gimp_brush_application_mode_get_type ())
|
|
|
|
|
|
|
|
GType gimp_brush_application_mode_get_type (void) G_GNUC_CONST;
|
|
|
|
|
2002-03-19 15:05:38 +00:00
|
|
|
typedef enum
|
|
|
|
{
|
|
|
|
GIMP_BRUSH_HARD,
|
2002-03-19 19:17:31 +00:00
|
|
|
GIMP_BRUSH_SOFT
|
2002-03-19 15:05:38 +00:00
|
|
|
} GimpBrushApplicationMode;
|
|
|
|
|
2004-10-25 01:52:12 +00:00
|
|
|
|
|
|
|
#define GIMP_TYPE_CONVERT_DITHER_TYPE (gimp_convert_dither_type_get_type ())
|
|
|
|
|
|
|
|
GType gimp_convert_dither_type_get_type (void) G_GNUC_CONST;
|
|
|
|
|
2002-03-18 13:55:19 +00:00
|
|
|
typedef enum
|
|
|
|
{
|
|
|
|
GIMP_NO_DITHER,
|
|
|
|
GIMP_FS_DITHER,
|
|
|
|
GIMP_FSLOWBLEED_DITHER,
|
2002-03-20 15:02:30 +00:00
|
|
|
GIMP_FIXED_DITHER
|
2002-03-18 13:55:19 +00:00
|
|
|
} GimpConvertDitherType;
|
|
|
|
|
2004-10-25 01:52:12 +00:00
|
|
|
|
|
|
|
#define GIMP_TYPE_HISTOGRAM_CHANNEL (gimp_histogram_channel_get_type ())
|
|
|
|
|
|
|
|
GType gimp_histogram_channel_get_type (void) G_GNUC_CONST;
|
|
|
|
|
2004-01-13 16:19:50 +00:00
|
|
|
typedef enum
|
|
|
|
{
|
|
|
|
GIMP_HISTOGRAM_VALUE,
|
|
|
|
GIMP_HISTOGRAM_RED,
|
|
|
|
GIMP_HISTOGRAM_GREEN,
|
|
|
|
GIMP_HISTOGRAM_BLUE,
|
2015-11-02 08:53:50 +01:00
|
|
|
GIMP_HISTOGRAM_ALPHA,
|
|
|
|
GIMP_HISTOGRAM_LUMINANCE
|
2004-01-13 16:19:50 +00:00
|
|
|
} GimpHistogramChannel;
|
|
|
|
|
2004-10-25 01:52:12 +00:00
|
|
|
|
|
|
|
#define GIMP_TYPE_LAYER_MODE_EFFECTS (gimp_layer_mode_effects_get_type ())
|
|
|
|
|
|
|
|
GType gimp_layer_mode_effects_get_type (void) G_GNUC_CONST;
|
|
|
|
|
2001-12-08 23:12:59 +00:00
|
|
|
typedef enum
|
|
|
|
{
|
|
|
|
GIMP_NORMAL_MODE,
|
|
|
|
GIMP_DISSOLVE_MODE,
|
|
|
|
GIMP_BEHIND_MODE,
|
|
|
|
GIMP_MULTIPLY_MODE,
|
|
|
|
GIMP_SCREEN_MODE,
|
|
|
|
GIMP_OVERLAY_MODE,
|
|
|
|
GIMP_DIFFERENCE_MODE,
|
|
|
|
GIMP_ADDITION_MODE,
|
|
|
|
GIMP_SUBTRACT_MODE,
|
|
|
|
GIMP_DARKEN_ONLY_MODE,
|
|
|
|
GIMP_LIGHTEN_ONLY_MODE,
|
|
|
|
GIMP_HUE_MODE,
|
|
|
|
GIMP_SATURATION_MODE,
|
|
|
|
GIMP_COLOR_MODE,
|
|
|
|
GIMP_VALUE_MODE,
|
|
|
|
GIMP_DIVIDE_MODE,
|
|
|
|
GIMP_DODGE_MODE,
|
|
|
|
GIMP_BURN_MODE,
|
|
|
|
GIMP_HARDLIGHT_MODE,
|
2002-11-05 19:33:59 +00:00
|
|
|
GIMP_SOFTLIGHT_MODE,
|
|
|
|
GIMP_GRAIN_EXTRACT_MODE,
|
|
|
|
GIMP_GRAIN_MERGE_MODE,
|
2015-04-27 17:48:00 -04:00
|
|
|
GIMP_COLOR_ERASE_MODE,
|
2015-05-20 15:19:30 +02:00
|
|
|
GIMP_NEW_OVERLAY_MODE,
|
|
|
|
GIMP_LCH_HUE_MODE,
|
|
|
|
GIMP_LCH_CHROMA_MODE,
|
|
|
|
GIMP_LCH_COLOR_MODE,
|
|
|
|
GIMP_LCH_LIGHTNESS_MODE
|
2001-12-08 23:12:59 +00:00
|
|
|
} GimpLayerModeEffects;
|
|
|
|
|
2004-10-25 01:52:12 +00:00
|
|
|
|
2005-06-03 23:25:44 +00:00
|
|
|
void gimp_enums_init (void);
|
2004-10-25 19:29:00 +00:00
|
|
|
|
|
|
|
const gchar ** gimp_enums_get_type_names (gint *n_type_names);
|
|
|
|
|
|
|
|
|
2001-11-22 23:46:13 +00:00
|
|
|
G_END_DECLS
|
1999-10-24 22:08:11 +00:00
|
|
|
|
1997-11-24 22:05:25 +00:00
|
|
|
#endif /* __GIMP_ENUMS_H__ */
|