~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimp/gimpcolor_pdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Boston, MA 02111-1307, USA.
20
20
 */
21
21
 
22
 
/* NOTE: This file is autogenerated by pdbgen.pl */
 
22
/* NOTE: This file is auto-generated by pdbgen.pl */
23
23
 
24
24
#ifndef __GIMP_COLOR_PDB_H__
25
25
#define __GIMP_COLOR_PDB_H__
30
30
 
31
31
 
32
32
gboolean gimp_brightness_contrast (gint32                drawable_ID,
33
 
                                   gint                  brightness,
34
 
                                   gint                  contrast);
 
33
                                   gint                  brightness,
 
34
                                   gint                  contrast);
35
35
gboolean gimp_levels              (gint32                drawable_ID,
36
 
                                   GimpHistogramChannel  channel,
37
 
                                   gint                  low_input,
38
 
                                   gint                  high_input,
39
 
                                   gdouble               gamma,
40
 
                                   gint                  low_output,
41
 
                                   gint                  high_output);
 
36
                                   GimpHistogramChannel  channel,
 
37
                                   gint                  low_input,
 
38
                                   gint                  high_input,
 
39
                                   gdouble               gamma,
 
40
                                   gint                  low_output,
 
41
                                   gint                  high_output);
42
42
#ifndef GIMP_DISABLE_DEPRECATED
43
43
gboolean gimp_levels_auto         (gint32                drawable_ID);
44
44
#endif /* GIMP_DISABLE_DEPRECATED */
45
45
gboolean gimp_levels_stretch      (gint32                drawable_ID);
46
46
gboolean gimp_posterize           (gint32                drawable_ID,
47
 
                                   gint                  levels);
 
47
                                   gint                  levels);
48
48
gboolean gimp_desaturate          (gint32                drawable_ID);
 
49
gboolean gimp_desaturate_full     (gint32                drawable_ID,
 
50
                                   GimpDesaturateMode    desaturate_mode);
49
51
gboolean gimp_equalize            (gint32                drawable_ID,
50
 
                                   gboolean              mask_only);
 
52
                                   gboolean              mask_only);
51
53
gboolean gimp_invert              (gint32                drawable_ID);
52
54
gboolean gimp_curves_spline       (gint32                drawable_ID,
53
 
                                   GimpHistogramChannel  channel,
54
 
                                   gint                  num_points,
55
 
                                   const guint8         *control_pts);
 
55
                                   GimpHistogramChannel  channel,
 
56
                                   gint                  num_points,
 
57
                                   const guint8         *control_pts);
56
58
gboolean gimp_curves_explicit     (gint32                drawable_ID,
57
 
                                   GimpHistogramChannel  channel,
58
 
                                   gint                  num_bytes,
59
 
                                   const guint8         *curve);
 
59
                                   GimpHistogramChannel  channel,
 
60
                                   gint                  num_bytes,
 
61
                                   const guint8         *curve);
60
62
gboolean gimp_color_balance       (gint32                drawable_ID,
61
 
                                   GimpTransferMode      transfer_mode,
62
 
                                   gboolean              preserve_lum,
63
 
                                   gdouble               cyan_red,
64
 
                                   gdouble               magenta_green,
65
 
                                   gdouble               yellow_blue);
 
63
                                   GimpTransferMode      transfer_mode,
 
64
                                   gboolean              preserve_lum,
 
65
                                   gdouble               cyan_red,
 
66
                                   gdouble               magenta_green,
 
67
                                   gdouble               yellow_blue);
66
68
gboolean gimp_colorize            (gint32                drawable_ID,
67
 
                                   gdouble               hue,
68
 
                                   gdouble               saturation,
69
 
                                   gdouble               lightness);
 
69
                                   gdouble               hue,
 
70
                                   gdouble               saturation,
 
71
                                   gdouble               lightness);
70
72
gboolean gimp_histogram           (gint32                drawable_ID,
71
 
                                   GimpHistogramChannel  channel,
72
 
                                   gint                  start_range,
73
 
                                   gint                  end_range,
74
 
                                   gdouble              *mean,
75
 
                                   gdouble              *std_dev,
76
 
                                   gdouble              *median,
77
 
                                   gdouble              *pixels,
78
 
                                   gdouble              *count,
79
 
                                   gdouble              *percentile);
 
73
                                   GimpHistogramChannel  channel,
 
74
                                   gint                  start_range,
 
75
                                   gint                  end_range,
 
76
                                   gdouble              *mean,
 
77
                                   gdouble              *std_dev,
 
78
                                   gdouble              *median,
 
79
                                   gdouble              *pixels,
 
80
                                   gdouble              *count,
 
81
                                   gdouble              *percentile);
80
82
gboolean gimp_hue_saturation      (gint32                drawable_ID,
81
 
                                   GimpHueRange          hue_range,
82
 
                                   gdouble               hue_offset,
83
 
                                   gdouble               lightness,
84
 
                                   gdouble               saturation);
 
83
                                   GimpHueRange          hue_range,
 
84
                                   gdouble               hue_offset,
 
85
                                   gdouble               lightness,
 
86
                                   gdouble               saturation);
85
87
gboolean gimp_threshold           (gint32                drawable_ID,
86
 
                                   gint                  low_threshold,
87
 
                                   gint                  high_threshold);
 
88
                                   gint                  low_threshold,
 
89
                                   gint                  high_threshold);
88
90
 
89
91
 
90
92
G_END_DECLS