~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpcolor.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimpcolor</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimpchannel.html" title="gimpchannel">
10
10
<link rel="next" href="libgimp-gimpconvert.html" title="gimpconvert">
38
38
                <a href="#libgimp-gimpcolor.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimpcolor">
42
42
<a name="libgimp-gimpcolor"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimpcolor.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
242
242
>gint</a> high_threshold);
243
243
</pre>
244
244
</div>
245
 
<div class="refsect1" lang="en">
 
245
<div class="refsect1" title="Description">
246
246
<a name="libgimp-gimpcolor.description"></a><h2>Description</h2>
247
247
<p>
248
248
Functions for manipulating color, including curves and histograms.
249
249
</p>
250
250
</div>
251
 
<div class="refsect1" lang="en">
 
251
<div class="refsect1" title="Details">
252
252
<a name="libgimp-gimpcolor.details"></a><h2>Details</h2>
253
 
<div class="refsect2" lang="en">
 
253
<div class="refsect2" title="gimp_brightness_contrast ()">
254
254
<a name="gimp-brightness-contrast"></a><h3>gimp_brightness_contrast ()</h3>
255
255
<pre class="programlisting"><a
256
256
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
299
299
</table></div>
300
300
</div>
301
301
<hr>
302
 
<div class="refsect2" lang="en">
 
302
<div class="refsect2" title="gimp_levels ()">
303
303
<a name="gimp-levels"></a><h3>gimp_levels ()</h3>
304
304
<pre class="programlisting"><a
305
305
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
387
387
</table></div>
388
388
</div>
389
389
<hr>
390
 
<div class="refsect2" lang="en">
 
390
<div class="refsect2" title="gimp_levels_auto ()">
391
391
<a name="gimp-levels-auto"></a><h3>gimp_levels_auto ()</h3>
392
392
<pre class="programlisting"><a
393
393
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
394
394
>gboolean</a>            gimp_levels_auto                    (<a
395
395
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
396
396
>gint32</a> drawable_ID);</pre>
397
 
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
397
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
398
398
<h3 class="title">Warning</h3>
399
399
<p><code class="literal">gimp_levels_auto</code> is deprecated and should not be used in newly-written code.</p>
400
400
</div>
419
419
</table></div>
420
420
</div>
421
421
<hr>
422
 
<div class="refsect2" lang="en">
 
422
<div class="refsect2" title="gimp_levels_stretch ()">
423
423
<a name="gimp-levels-stretch"></a><h3>gimp_levels_stretch ()</h3>
424
424
<pre class="programlisting"><a
425
425
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
454
454
</table></div>
455
455
</div>
456
456
<hr>
457
 
<div class="refsect2" lang="en">
 
457
<div class="refsect2" title="gimp_posterize ()">
458
458
<a name="gimp-posterize"></a><h3>gimp_posterize ()</h3>
459
459
<pre class="programlisting"><a
460
460
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
494
494
</table></div>
495
495
</div>
496
496
<hr>
497
 
<div class="refsect2" lang="en">
 
497
<div class="refsect2" title="gimp_desaturate ()">
498
498
<a name="gimp-desaturate"></a><h3>gimp_desaturate ()</h3>
499
499
<pre class="programlisting"><a
500
500
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
526
526
</table></div>
527
527
</div>
528
528
<hr>
529
 
<div class="refsect2" lang="en">
 
529
<div class="refsect2" title="gimp_desaturate_full ()">
530
530
<a name="gimp-desaturate-full"></a><h3>gimp_desaturate_full ()</h3>
531
531
<pre class="programlisting"><a
532
532
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
570
570
<p class="since">Since GIMP 2.4</p>
571
571
</div>
572
572
<hr>
573
 
<div class="refsect2" lang="en">
 
573
<div class="refsect2" title="gimp_equalize ()">
574
574
<a name="gimp-equalize"></a><h3>gimp_equalize ()</h3>
575
575
<pre class="programlisting"><a
576
576
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
616
616
</table></div>
617
617
</div>
618
618
<hr>
619
 
<div class="refsect2" lang="en">
 
619
<div class="refsect2" title="gimp_invert ()">
620
620
<a name="gimp-invert"></a><h3>gimp_invert ()</h3>
621
621
<pre class="programlisting"><a
622
622
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
650
650
</table></div>
651
651
</div>
652
652
<hr>
653
 
<div class="refsect2" lang="en">
 
653
<div class="refsect2" title="gimp_curves_spline ()">
654
654
<a name="gimp-curves-spline"></a><h3>gimp_curves_spline ()</h3>
655
655
<pre class="programlisting"><a
656
656
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
709
709
</table></div>
710
710
</div>
711
711
<hr>
712
 
<div class="refsect2" lang="en">
 
712
<div class="refsect2" title="gimp_curves_explicit ()">
713
713
<a name="gimp-curves-explicit"></a><h3>gimp_curves_explicit ()</h3>
714
714
<pre class="programlisting"><a
715
715
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
768
768
</table></div>
769
769
</div>
770
770
<hr>
771
 
<div class="refsect2" lang="en">
 
771
<div class="refsect2" title="gimp_color_balance ()">
772
772
<a name="gimp-color-balance"></a><h3>gimp_color_balance ()</h3>
773
773
<pre class="programlisting"><a
774
774
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
846
846
</table></div>
847
847
</div>
848
848
<hr>
849
 
<div class="refsect2" lang="en">
 
849
<div class="refsect2" title="gimp_colorize ()">
850
850
<a name="gimp-colorize"></a><h3>gimp_colorize ()</h3>
851
851
<pre class="programlisting"><a
852
852
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
906
906
<p class="since">Since GIMP 2.2</p>
907
907
</div>
908
908
<hr>
909
 
<div class="refsect2" lang="en">
 
909
<div class="refsect2" title="gimp_histogram ()">
910
910
<a name="gimp-histogram"></a><h3>gimp_histogram ()</h3>
911
911
<pre class="programlisting"><a
912
912
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1020
1020
</table></div>
1021
1021
</div>
1022
1022
<hr>
1023
 
<div class="refsect2" lang="en">
 
1023
<div class="refsect2" title="gimp_hue_saturation ()">
1024
1024
<a name="gimp-hue-saturation"></a><h3>gimp_hue_saturation ()</h3>
1025
1025
<pre class="programlisting"><a
1026
1026
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1083
1083
</table></div>
1084
1084
</div>
1085
1085
<hr>
1086
 
<div class="refsect2" lang="en">
 
1086
<div class="refsect2" title="gimp_threshold ()">
1087
1087
<a name="gimp-threshold"></a><h3>gimp_threshold ()</h3>
1088
1088
<pre class="programlisting"><a
1089
1089
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"