~ubuntu-branches/ubuntu/saucy/gimp/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (23.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130829124819-o790m4ky0ax0o3sj
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

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.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
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">
116
116
drawable to be modified. Both 'brightness' and 'contrast' parameters
117
117
are defined between -127 and 127.
118
118
</p>
119
 
<div class="variablelist"><table border="0">
 
119
<div class="variablelist"><table border="0" class="variablelist">
 
120
<colgroup>
120
121
<col align="left" valign="top">
 
122
<col>
 
123
</colgroup>
121
124
<tbody>
122
125
<tr>
123
126
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
165
168
high output level. This tool is only valid on RGB color and
166
169
grayscale images. It will not operate on indexed drawables.
167
170
</p>
168
 
<div class="variablelist"><table border="0">
 
171
<div class="variablelist"><table border="0" class="variablelist">
 
172
<colgroup>
169
173
<col align="left" valign="top">
 
174
<col>
 
175
</colgroup>
170
176
<tbody>
171
177
<tr>
172
178
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
211
217
<h3 class="title">Warning</h3>
212
218
<p><code class="literal">gimp_levels_auto</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="libgimp-gimpcolor.html#gimp-levels-stretch" title="gimp_levels_stretch ()"><code class="function">gimp_levels_stretch()</code></a> instead.</p>
213
219
</div>
214
 
<div class="variablelist"><table border="0">
 
220
<div class="variablelist"><table border="0" class="variablelist">
 
221
<colgroup>
215
222
<col align="left" valign="top">
 
223
<col>
 
224
</colgroup>
216
225
<tbody>
217
226
<tr>
218
227
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
239
248
procedure is only valid on RGB color and grayscale images. It will
240
249
not operate on indexed drawables.
241
250
</p>
242
 
<div class="variablelist"><table border="0">
 
251
<div class="variablelist"><table border="0" class="variablelist">
 
252
<colgroup>
243
253
<col align="left" valign="top">
 
254
<col>
 
255
</colgroup>
244
256
<tbody>
245
257
<tr>
246
258
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
265
277
This procedures reduces the number of shades allows in each
266
278
intensity channel to the specified 'levels' parameter.
267
279
</p>
268
 
<div class="variablelist"><table border="0">
 
280
<div class="variablelist"><table border="0" class="variablelist">
 
281
<colgroup>
269
282
<col align="left" valign="top">
 
283
<col>
 
284
</colgroup>
270
285
<tbody>
271
286
<tr>
272
287
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
294
309
This procedure desaturates the contents of the specified drawable.
295
310
This procedure only works on drawables of type RGB color.
296
311
</p>
297
 
<div class="variablelist"><table border="0">
 
312
<div class="variablelist"><table border="0" class="variablelist">
 
313
<colgroup>
298
314
<col align="left" valign="top">
 
315
<col>
 
316
</colgroup>
299
317
<tbody>
300
318
<tr>
301
319
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
322
340
with the specified formula. This procedure only works on drawables
323
341
of type RGB color.
324
342
</p>
325
 
<div class="variablelist"><table border="0">
 
343
<div class="variablelist"><table border="0" class="variablelist">
 
344
<colgroup>
326
345
<col align="left" valign="top">
 
346
<col>
 
347
</colgroup>
327
348
<tbody>
328
349
<tr>
329
350
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
359
380
selected area. If there is no selection, the entire image is
360
381
adjusted based on the histogram for the entire image.
361
382
</p>
362
 
<div class="variablelist"><table border="0">
 
383
<div class="variablelist"><table border="0" class="variablelist">
 
384
<colgroup>
363
385
<col align="left" valign="top">
 
386
<col>
 
387
</colgroup>
364
388
<tbody>
365
389
<tr>
366
390
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
390
414
is given as inten' = (255 - inten). Indexed color drawables are not
391
415
valid for this operation.
392
416
</p>
393
 
<div class="variablelist"><table border="0">
 
417
<div class="variablelist"><table border="0" class="variablelist">
 
418
<colgroup>
394
419
<col align="left" valign="top">
 
420
<col>
 
421
</colgroup>
395
422
<tbody>
396
423
<tr>
397
424
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
423
450
the final intensity curve. Use the <a class="link" href="libgimp-gimpcolor.html#gimp-curves-explicit" title="gimp_curves_explicit ()"><code class="function">gimp_curves_explicit()</code></a> function
424
451
to explicitly modify intensity levels.
425
452
</p>
426
 
<div class="variablelist"><table border="0">
 
453
<div class="variablelist"><table border="0" class="variablelist">
 
454
<colgroup>
427
455
<col align="left" valign="top">
 
456
<col>
 
457
</colgroup>
428
458
<tbody>
429
459
<tr>
430
460
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
468
498
<a class="link" href="libgimp-gimpcolor.html#gimp-curves-spline" title="gimp_curves_spline ()"><code class="function">gimp_curves_spline()</code></a> function to modify intensity levels with
469
499
Catmull Rom splines.
470
500
</p>
471
 
<div class="variablelist"><table border="0">
 
501
<div class="variablelist"><table border="0" class="variablelist">
 
502
<colgroup>
472
503
<col align="left" valign="top">
 
504
<col>
 
505
</colgroup>
473
506
<tbody>
474
507
<tr>
475
508
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
516
549
differently. The 'preserve-lum' parameter, if TRUE, ensures that the
517
550
luminosity of each pixel remains fixed.
518
551
</p>
519
 
<div class="variablelist"><table border="0">
 
552
<div class="variablelist"><table border="0" class="variablelist">
 
553
<colgroup>
520
554
<col align="left" valign="top">
 
555
<col>
 
556
</colgroup>
521
557
<tbody>
522
558
<tr>
523
559
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
566
602
This tool is only valid on RGB color images. It will not operate on
567
603
grayscale or indexed drawables.
568
604
</p>
569
 
<div class="variablelist"><table border="0">
 
605
<div class="variablelist"><table border="0" class="variablelist">
 
606
<colgroup>
570
607
<col align="left" valign="top">
 
608
<col>
 
609
</colgroup>
571
610
<tbody>
572
611
<tr>
573
612
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
625
664
outside an active selection mask will not be counted. Similarly,
626
665
pixels with transparent alpha values will not be counted.
627
666
</p>
628
 
<div class="variablelist"><table border="0">
 
667
<div class="variablelist"><table border="0" class="variablelist">
 
668
<colgroup>
629
669
<col align="left" valign="top">
 
670
<col>
 
671
</colgroup>
630
672
<tbody>
631
673
<tr>
632
674
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
691
733
specified drawable to be modified. The 'hue-range' parameter
692
734
provides the capability to limit range of affected hues.
693
735
</p>
694
 
<div class="variablelist"><table border="0">
 
736
<div class="variablelist"><table border="0" class="variablelist">
 
737
<colgroup>
695
738
<col align="left" valign="top">
 
739
<col>
 
740
</colgroup>
696
741
<tbody>
697
742
<tr>
698
743
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>
736
781
'high_threshold' are replaced with white, and all other pixels with
737
782
black.
738
783
</p>
739
 
<div class="variablelist"><table border="0">
 
784
<div class="variablelist"><table border="0" class="variablelist">
 
785
<colgroup>
740
786
<col align="left" valign="top">
 
787
<col>
 
788
</colgroup>
741
789
<tbody>
742
790
<tr>
743
791
<td><p><span class="term"><em class="parameter"><code>drawable_ID</code></em> :</span></p></td>