~ubuntu-branches/ubuntu/gutsy/gimp/gutsy-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mto: (24.1.1 hardy)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060421130024-59oilzh8m40dxudp
Tags: upstream-2.2.11
ImportĀ upstreamĀ versionĀ 2.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
</pre>
99
99
</div>
100
100
<div class="refsect1" lang="en">
101
 
<a name="id2560379"></a><h2>Description</h2>
 
101
<a name="id2571568"></a><h2>Description</h2>
102
102
<p>
103
103
Functions for manipulating color, including curves and histograms.
104
104
 
105
105
</p>
106
106
</div>
107
107
<div class="refsect1" lang="en">
108
 
<a name="id2560391"></a><h2>Details</h2>
 
108
<a name="id2571581"></a><h2>Details</h2>
109
109
<div class="refsect2" lang="en">
110
 
<a name="id2560397"></a><h3>
 
110
<a name="id2571587"></a><h3>
111
111
<a name="gimp-brightness-contrast"></a>gimp_brightness_contrast ()</h3>
112
 
<a class="indexterm" name="id2560406"></a><pre class="programlisting">gboolean    gimp_brightness_contrast        (gint32 drawable_ID,
 
112
<a class="indexterm" name="id2571596"></a><pre class="programlisting">gboolean    gimp_brightness_contrast        (gint32 drawable_ID,
113
113
                                             gint brightness,
114
114
                                             gint contrast);</pre>
115
115
<p>
154
154
</div>
155
155
<hr>
156
156
<div class="refsect2" lang="en">
157
 
<a name="id2560514"></a><h3>
 
157
<a name="id2568332"></a><h3>
158
158
<a name="gimp-levels"></a>gimp_levels ()</h3>
159
 
<a class="indexterm" name="id2560524"></a><pre class="programlisting">gboolean    gimp_levels                     (gint32 drawable_ID,
 
159
<a class="indexterm" name="id2568342"></a><pre class="programlisting">gboolean    gimp_levels                     (gint32 drawable_ID,
160
160
                                             <a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
161
161
                                             gint low_input,
162
162
                                             gint high_input,
238
238
</div>
239
239
<hr>
240
240
<div class="refsect2" lang="en">
241
 
<a name="id2560685"></a><h3>
 
241
<a name="id2568503"></a><h3>
242
242
<a name="gimp-levels-auto"></a>gimp_levels_auto ()</h3>
243
 
<a class="indexterm" name="id2560695"></a><pre class="programlisting">gboolean    gimp_levels_auto                (gint32 drawable_ID);</pre>
 
243
<a class="indexterm" name="id2568513"></a><pre class="programlisting">gboolean    gimp_levels_auto                (gint32 drawable_ID);</pre>
244
244
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
245
245
<h3 class="title">Warning</h3>
246
246
<p><code class="literal">gimp_levels_auto</code> is deprecated and should not be used in newly-written code.</p>
270
270
</div>
271
271
<hr>
272
272
<div class="refsect2" lang="en">
273
 
<a name="id2573452"></a><h3>
 
273
<a name="id2573892"></a><h3>
274
274
<a name="gimp-levels-stretch"></a>gimp_levels_stretch ()</h3>
275
 
<a class="indexterm" name="id2573460"></a><pre class="programlisting">gboolean    gimp_levels_stretch             (gint32 drawable_ID);</pre>
 
275
<a class="indexterm" name="id2573901"></a><pre class="programlisting">gboolean    gimp_levels_stretch             (gint32 drawable_ID);</pre>
276
276
<p>
277
277
Automatically modifies intensity levels in the specified drawable.
278
278
</p>
305
305
</div>
306
306
<hr>
307
307
<div class="refsect2" lang="en">
308
 
<a name="id2573522"></a><h3>
 
308
<a name="id2573963"></a><h3>
309
309
<a name="gimp-posterize"></a>gimp_posterize ()</h3>
310
 
<a class="indexterm" name="id2573530"></a><pre class="programlisting">gboolean    gimp_posterize                  (gint32 drawable_ID,
 
310
<a class="indexterm" name="id2573971"></a><pre class="programlisting">gboolean    gimp_posterize                  (gint32 drawable_ID,
311
311
                                             gint levels);</pre>
312
312
<p>
313
313
Posterize the specified drawable.
344
344
</div>
345
345
<hr>
346
346
<div class="refsect2" lang="en">
347
 
<a name="id2573607"></a><h3>
 
347
<a name="id2574048"></a><h3>
348
348
<a name="gimp-desaturate"></a>gimp_desaturate ()</h3>
349
 
<a class="indexterm" name="id2573616"></a><pre class="programlisting">gboolean    gimp_desaturate                 (gint32 drawable_ID);</pre>
 
349
<a class="indexterm" name="id2574056"></a><pre class="programlisting">gboolean    gimp_desaturate                 (gint32 drawable_ID);</pre>
350
350
<p>
351
351
Desaturate the contents of the specified drawable.
352
352
</p>
376
376
</div>
377
377
<hr>
378
378
<div class="refsect2" lang="en">
379
 
<a name="id2573675"></a><h3>
 
379
<a name="id2574116"></a><h3>
380
380
<a name="gimp-equalize"></a>gimp_equalize ()</h3>
381
 
<a class="indexterm" name="id2573683"></a><pre class="programlisting">gboolean    gimp_equalize                   (gint32 drawable_ID,
 
381
<a class="indexterm" name="id2574124"></a><pre class="programlisting">gboolean    gimp_equalize                   (gint32 drawable_ID,
382
382
                                             gboolean mask_only);</pre>
383
383
<p>
384
384
Equalize the contents of the specified drawable.
421
421
</div>
422
422
<hr>
423
423
<div class="refsect2" lang="en">
424
 
<a name="id2573768"></a><h3>
 
424
<a name="id2574209"></a><h3>
425
425
<a name="gimp-invert"></a>gimp_invert ()</h3>
426
 
<a class="indexterm" name="id2573776"></a><pre class="programlisting">gboolean    gimp_invert                     (gint32 drawable_ID);</pre>
 
426
<a class="indexterm" name="id2574218"></a><pre class="programlisting">gboolean    gimp_invert                     (gint32 drawable_ID);</pre>
427
427
<p>
428
428
Invert the contents of the specified drawable.
429
429
</p>
455
455
</div>
456
456
<hr>
457
457
<div class="refsect2" lang="en">
458
 
<a name="id2573838"></a><h3>
 
458
<a name="id2574279"></a><h3>
459
459
<a name="gimp-curves-spline"></a>gimp_curves_spline ()</h3>
460
 
<a class="indexterm" name="id2573846"></a><pre class="programlisting">gboolean    gimp_curves_spline              (gint32 drawable_ID,
 
460
<a class="indexterm" name="id2574288"></a><pre class="programlisting">gboolean    gimp_curves_spline              (gint32 drawable_ID,
461
461
                                             <a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
462
462
                                             gint num_points,
463
463
                                             const guint8 *control_pts);</pre>
513
513
</div>
514
514
<hr>
515
515
<div class="refsect2" lang="en">
516
 
<a name="id2573970"></a><h3>
 
516
<a name="id2574412"></a><h3>
517
517
<a name="gimp-curves-explicit"></a>gimp_curves_explicit ()</h3>
518
 
<a class="indexterm" name="id2573979"></a><pre class="programlisting">gboolean    gimp_curves_explicit            (gint32 drawable_ID,
 
518
<a class="indexterm" name="id2574420"></a><pre class="programlisting">gboolean    gimp_curves_explicit            (gint32 drawable_ID,
519
519
                                             <a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
520
520
                                             gint num_bytes,
521
521
                                             const guint8 *curve);</pre>
571
571
</div>
572
572
<hr>
573
573
<div class="refsect2" lang="en">
574
 
<a name="id2574101"></a><h3>
 
574
<a name="id2574542"></a><h3>
575
575
<a name="gimp-color-balance"></a>gimp_color_balance ()</h3>
576
 
<a class="indexterm" name="id2574109"></a><pre class="programlisting">gboolean    gimp_color_balance              (gint32 drawable_ID,
 
576
<a class="indexterm" name="id2574551"></a><pre class="programlisting">gboolean    gimp_color_balance              (gint32 drawable_ID,
577
577
                                             <a href="libgimp-gimpenums.html#GimpTransferMode">GimpTransferMode</a> transfer_mode,
578
578
                                             gboolean preserve_lum,
579
579
                                             gdouble cyan_red,
644
644
</div>
645
645
<hr>
646
646
<div class="refsect2" lang="en">
647
 
<a name="id2574271"></a><h3>
 
647
<a name="id2574713"></a><h3>
648
648
<a name="gimp-colorize"></a>gimp_colorize ()</h3>
649
 
<a class="indexterm" name="id2574280"></a><pre class="programlisting">gboolean    gimp_colorize                   (gint32 drawable_ID,
 
649
<a class="indexterm" name="id2574721"></a><pre class="programlisting">gboolean    gimp_colorize                   (gint32 drawable_ID,
650
650
                                             gdouble hue,
651
651
                                             gdouble saturation,
652
652
                                             gdouble lightness);</pre>
702
702
</div>
703
703
<hr>
704
704
<div class="refsect2" lang="en">
705
 
<a name="id2574401"></a><h3>
 
705
<a name="id2574843"></a><h3>
706
706
<a name="gimp-histogram"></a>gimp_histogram ()</h3>
707
 
<a class="indexterm" name="id2574410"></a><pre class="programlisting">gboolean    gimp_histogram                  (gint32 drawable_ID,
 
707
<a class="indexterm" name="id2574851"></a><pre class="programlisting">gboolean    gimp_histogram                  (gint32 drawable_ID,
708
708
                                             <a href="libgimp-gimpenums.html#GimpHistogramChannel">GimpHistogramChannel</a> channel,
709
709
                                             gint start_range,
710
710
                                             gint end_range,
809
809
</div>
810
810
<hr>
811
811
<div class="refsect2" lang="en">
812
 
<a name="id2574657"></a><h3>
 
812
<a name="id2575099"></a><h3>
813
813
<a name="gimp-hue-saturation"></a>gimp_hue_saturation ()</h3>
814
 
<a class="indexterm" name="id2574666"></a><pre class="programlisting">gboolean    gimp_hue_saturation             (gint32 drawable_ID,
 
814
<a class="indexterm" name="id2575107"></a><pre class="programlisting">gboolean    gimp_hue_saturation             (gint32 drawable_ID,
815
815
                                             <a href="libgimp-gimpenums.html#GimpHueRange">GimpHueRange</a> hue_range,
816
816
                                             gdouble hue_offset,
817
817
                                             gdouble lightness,
870
870
</div>
871
871
<hr>
872
872
<div class="refsect2" lang="en">
873
 
<a name="id2574802"></a><h3>
 
873
<a name="id2575244"></a><h3>
874
874
<a name="gimp-threshold"></a>gimp_threshold ()</h3>
875
 
<a class="indexterm" name="id2574811"></a><pre class="programlisting">gboolean    gimp_threshold                  (gint32 drawable_ID,
 
875
<a class="indexterm" name="id2575252"></a><pre class="programlisting">gboolean    gimp_threshold                  (gint32 drawable_ID,
876
876
                                             gint low_threshold,
877
877
                                             gint high_threshold);</pre>
878
878
<p>