File: libgimpcolor-GimpColorSpace.html

package info (click to toggle)
gimp 2.2.13-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 93,212 kB
  • ctags: 47,113
  • sloc: ansic: 524,858; xml: 36,798; lisp: 9,870; sh: 9,409; makefile: 7,923; python: 2,674; perl: 2,589; yacc: 520; lex: 334
file content (794 lines) | stat: -rw-r--r-- 28,897 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpColorSpace</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpCMYK.html" title="GimpCMYK">
<link rel="next" href="libgimpcolor-GimpAdaptiveSupersample.html" title="GimpAdaptiveSupersample">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libgimpcolor-GimpCMYK.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libgimpcolor.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-GimpAdaptiveSupersample.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpColorSpace"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">GimpColorSpace</span></h2>
<p>GimpColorSpace &#8212; Utility functions which convert colors between different color models.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">



            <a href="libgimpcolor-GimpColorSpace.html#GimpHSL">GimpHSL</a>;
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv">gimp_rgb_to_hsv</a>                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             <a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsl">gimp_rgb_to_hsl</a>                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             <a href="libgimpcolor-GimpColorSpace.html#GimpHSL">GimpHSL</a> *hsl);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-cmyk">gimp_rgb_to_cmyk</a>                (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             gdouble pullout,
                                             <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb">gimp_hsv_to_rgb</a>                 (const <a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hsl-to-rgb">gimp_hsl_to_rgb</a>                 (const <a href="libgimpcolor-GimpColorSpace.html#GimpHSL">GimpHSL</a> *hsl,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-cmyk-to-rgb">gimp_cmyk_to_rgb</a>                (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hwb">gimp_rgb_to_hwb</a>                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             gdouble *hue,
                                             gdouble *whiteness,
                                             gdouble *blackness);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hwb-to-rgb">gimp_hwb_to_rgb</a>                 (gdouble hue,
                                             gdouble whiteness,
                                             gdouble blackness,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv-int">gimp_rgb_to_hsv_int</a>             (gint *red,
                                             gint *green,
                                             gint *blue);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb-int">gimp_hsv_to_rgb_int</a>             (gint *hue,
                                             gint *saturation,
                                             gint *value);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsl-int">gimp_rgb_to_hsl_int</a>             (gint *red,
                                             gint *green,
                                             gint *blue);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-cmyk-int">gimp_rgb_to_cmyk_int</a>            (gint *red,
                                             gint *green,
                                             gint *blue,
                                             gint *pullout);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-cmyk-to-rgb-int">gimp_cmyk_to_rgb_int</a>            (gint *cyan,
                                             gint *magenta,
                                             gint *yellow,
                                             gint *black);
gint        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-l-int">gimp_rgb_to_l_int</a>               (gint red,
                                             gint green,
                                             gint blue);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hsl-to-rgb-int">gimp_hsl_to_rgb_int</a>             (gint *hue,
                                             gint *saturation,
                                             gint *lightness);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv4">gimp_rgb_to_hsv4</a>                (guchar *rgb,
                                             gdouble *hue,
                                             gdouble *saturation,
                                             gdouble *value);
void        <a href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb4">gimp_hsv_to_rgb4</a>                (guchar *rgb,
                                             gdouble hue,
                                             gdouble saturation,
                                             gdouble value);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2515582"></a><h2>Description</h2>
<p>
When programming pixel data manipulation functions you will often use
algorithms operating on a color model different from the one GIMP
uses.  This file provides utility functions to convert colors between
different color spaces.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2515597"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2515603"></a><h3>
<a name="GimpHSL"></a>GimpHSL</h3>
<a class="indexterm" name="id2515613"></a><pre class="programlisting">typedef struct {
  gdouble h, s, l, a;
} GimpHSL;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2515634"></a><h3>
<a name="gimp-rgb-to-hsv"></a>gimp_rgb_to_hsv ()</h3>
<a class="indexterm" name="id2515645"></a><pre class="programlisting">void        gimp_rgb_to_hsv                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             <a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);</pre>
<p>
Does a conversion from RGB to HSV (Hue, Saturation,
Value) colorspace.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> A color value in the RGB colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></td>
<td> The value converted to the HSV colorspace
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2515716"></a><h3>
<a name="gimp-rgb-to-hsl"></a>gimp_rgb_to_hsl ()</h3>
<a class="indexterm" name="id2515726"></a><pre class="programlisting">void        gimp_rgb_to_hsl                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             <a href="libgimpcolor-GimpColorSpace.html#GimpHSL">GimpHSL</a> *hsl);</pre>
<p>
Convert an RGB color value to a HSL (Hue, Saturation, Lightness)
color value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> A color value in the RGB colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>hsl</code></em>&#160;:</span></td>
<td> The value converted to HSL
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2515798"></a><h3>
<a name="gimp-rgb-to-cmyk"></a>gimp_rgb_to_cmyk ()</h3>
<a class="indexterm" name="id2515808"></a><pre class="programlisting">void        gimp_rgb_to_cmyk                (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             gdouble pullout,
                                             <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk);</pre>
<p>
Does a naive conversion from RGB to CMYK colorspace. A simple
formula that doesn't take any color-profiles into account is used.
The amount of black pullout how can be controlled via the <em class="parameter"><code>pullout</code></em>
parameter. A <em class="parameter"><code>pullout</code></em> value of 0 makes this a conversion to CMY.
A value of 1 causes the maximum amount of black to be pulled out.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> A value in the RGB colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>pullout</code></em>&#160;:</span></td>
<td> A scaling value (0-1) indicating how much black should be
          pulled out
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td> The input value naively converted to the CMYK colorspace
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564470"></a><h3>
<a name="gimp-hsv-to-rgb"></a>gimp_hsv_to_rgb ()</h3>
<a class="indexterm" name="id2564479"></a><pre class="programlisting">void        gimp_hsv_to_rgb                 (const <a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
Converts a color value from HSV to RGB colorspace</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></td>
<td> A color value in the HSV colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> The returned RGB value.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564542"></a><h3>
<a name="gimp-hsl-to-rgb"></a>gimp_hsl_to_rgb ()</h3>
<a class="indexterm" name="id2564551"></a><pre class="programlisting">void        gimp_hsl_to_rgb                 (const <a href="libgimpcolor-GimpColorSpace.html#GimpHSL">GimpHSL</a> *hsl,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
Convert a HSL color value to an RGB color value.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>hsl</code></em>&#160;:</span></td>
<td> A color value in the HSL colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> The value converted to a value in the RGB colorspace
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564616"></a><h3>
<a name="gimp-cmyk-to-rgb"></a>gimp_cmyk_to_rgb ()</h3>
<a class="indexterm" name="id2564625"></a><pre class="programlisting">void        gimp_cmyk_to_rgb                (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
Does a simple transformation from the CMYK colorspace to the RGB
colorspace, without taking color profiles into account.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td> A color value in the CMYK colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> The value converted to the RGB colorspace
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564699"></a><h3>
<a name="gimp-rgb-to-hwb"></a>gimp_rgb_to_hwb ()</h3>
<a class="indexterm" name="id2564709"></a><pre class="programlisting">void        gimp_rgb_to_hwb                 (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
                                             gdouble *hue,
                                             gdouble *whiteness,
                                             gdouble *blackness);</pre>
<p>
Theoretically, hue 0 (pure red) is identical to hue 6 in these transforms.
Pure red always maps to 6 in this implementation. Therefore UNDEFINED can
be defined as 0 in situations where only unsigned numbers are desired.
</p>
<p>
RGB are each on [0, 1]. Whiteness and Blackness are returned in the
range [0, 1] and H is returned in the range [0, 6]. If W == 1 - B, H is
undefined.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> A color value in the RGB colorspace
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td> The hue value of the above color, in the range 0 to 6
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>whiteness</code></em>&#160;:</span></td>
<td> The whiteness value of the above color, in the range 0 to 1
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blackness</code></em>&#160;:</span></td>
<td> The blackness value of the above color, in the range 0 to 1
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564834"></a><h3>
<a name="gimp-hwb-to-rgb"></a>gimp_hwb_to_rgb ()</h3>
<a class="indexterm" name="id2564844"></a><pre class="programlisting">void        gimp_hwb_to_rgb                 (gdouble hue,
                                             gdouble whiteness,
                                             gdouble blackness,
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
H is defined in the range [0, 6] or UNDEFINED, B and W are both in the
range [0, 1]. The returned RGB values are all in the range [0, 1].</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td> A hue value, in the range 0 to 6
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>whiteness</code></em>&#160;:</span></td>
<td> A whiteness value, in the range 0 to 1
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blackness</code></em>&#160;:</span></td>
<td> A blackness value, in the range 0 to 1
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td> The above color converted to the RGB colorspace
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2564961"></a><h3>
<a name="gimp-rgb-to-hsv-int"></a>gimp_rgb_to_hsv_int ()</h3>
<a class="indexterm" name="id2564971"></a><pre class="programlisting">void        gimp_rgb_to_hsv_int             (gint *red,
                                             gint *green,
                                             gint *blue);</pre>
<p>
The arguments are pointers to int representing channel values in
the RGB colorspace, and the values pointed to are all in the range
[0, 255].
</p>
<p>
The function changes the arguments to point to the HSV value
corresponding, with the returned values in the following
ranges: H [0, 360], S [0, 255], V [0, 255].</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td> The red channel value, returns the Hue channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></td>
<td> The green channel value, returns the Saturation channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></td>
<td> The blue channel value, returns the Value channel
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565073"></a><h3>
<a name="gimp-hsv-to-rgb-int"></a>gimp_hsv_to_rgb_int ()</h3>
<a class="indexterm" name="id2565083"></a><pre class="programlisting">void        gimp_hsv_to_rgb_int             (gint *hue,
                                             gint *saturation,
                                             gint *value);</pre>
<p>
The arguments are pointers to int, with the values pointed to in the
following ranges:  H [0, 360], S [0, 255], V [0, 255].
</p>
<p>
The function changes the arguments to point to the RGB value
corresponding, with the returned values all in the range [0, 255].</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td> The hue channel, returns the red channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td> The saturation channel, returns the green channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td> The value channel, returns the blue channel
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565184"></a><h3>
<a name="gimp-rgb-to-hsl-int"></a>gimp_rgb_to_hsl_int ()</h3>
<a class="indexterm" name="id2565194"></a><pre class="programlisting">void        gimp_rgb_to_hsl_int             (gint *red,
                                             gint *green,
                                             gint *blue);</pre>
<p>
The arguments are pointers to int representing channel values in the
RGB colorspace, and the values pointed to are all in the range [0, 255].
</p>
<p>
The function changes the arguments to point to the corresponding HLS
value with the values pointed to in the following ranges:  H [0, 360],
L [0, 255], S [0, 255].</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td> Red channel, returns Hue channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></td>
<td> Green channel, returns Lightness channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></td>
<td> Blue channel, returns Saturation channel
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565295"></a><h3>
<a name="gimp-rgb-to-cmyk-int"></a>gimp_rgb_to_cmyk_int ()</h3>
<a class="indexterm" name="id2565304"></a><pre class="programlisting">void        gimp_rgb_to_cmyk_int            (gint *red,
                                             gint *green,
                                             gint *blue,
                                             gint *pullout);</pre>
<p>
Does a naive conversion from RGB to CMYK colorspace. A simple
formula that doesn't take any color-profiles into account is used.
The amount of black pullout how can be controlled via the <em class="parameter"><code>pullout</code></em>
parameter. A <em class="parameter"><code>pullout</code></em> value of 0 makes this a conversion to CMY.
A value of 100 causes the maximum amount of black to be pulled out.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td>     the red channel; returns the cyan value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></td>
<td>   the green channel; returns the magenta value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></td>
<td>    the blue channel; returns the yellow value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>pullout</code></em>&#160;:</span></td>
<td> the percentage of black to pull out (0-100); returns
          the black value (0-255)
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565437"></a><h3>
<a name="gimp-cmyk-to-rgb-int"></a>gimp_cmyk_to_rgb_int ()</h3>
<a class="indexterm" name="id2565446"></a><pre class="programlisting">void        gimp_cmyk_to_rgb_int            (gint *cyan,
                                             gint *magenta,
                                             gint *yellow,
                                             gint *black);</pre>
<p>
Does a naive conversion from CMYK to RGB colorspace. A simple
formula that doesn't take any color-profiles into account is used.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td>    the cyan channel; returns the red value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td> the magenta channel; returns the green value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td>  the yellow channel; returns the blue value (0-255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td>   the black channel (0-255); doesn't change
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565564"></a><h3>
<a name="gimp-rgb-to-l-int"></a>gimp_rgb_to_l_int ()</h3>
<a class="indexterm" name="id2565574"></a><pre class="programlisting">gint        gimp_rgb_to_l_int               (gint red,
                                             gint green,
                                             gint blue);</pre>
<p>
Calculates the lightness value of an RGB triplet with the formula
L = (max(R, G, B) + min (R, G, B)) / 2</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td> Red channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></td>
<td> Green channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></td>
<td> Blue channel
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> Luminance vaue corresponding to the input RGB value
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565679"></a><h3>
<a name="gimp-hsl-to-rgb-int"></a>gimp_hsl_to_rgb_int ()</h3>
<a class="indexterm" name="id2565689"></a><pre class="programlisting">void        gimp_hsl_to_rgb_int             (gint *hue,
                                             gint *saturation,
                                             gint *lightness);</pre>
<p>
The arguments are pointers to int, with the values pointed to in the
following ranges:  H [0, 360], L [0, 255], S [0, 255].
</p>
<p>
The function changes the arguments to point to the RGB value
corresponding, with the returned values all in the range [0, 255].</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td> Hue channel, returns Red channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td> Saturation channel, returns Green channel
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>lightness</code></em>&#160;:</span></td>
<td> Lightness channel, returns Blue channel
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565789"></a><h3>
<a name="gimp-rgb-to-hsv4"></a>gimp_rgb_to_hsv4 ()</h3>
<a class="indexterm" name="id2565800"></a><pre class="programlisting">void        gimp_rgb_to_hsv4                (guchar *rgb,
                                             gdouble *hue,
                                             gdouble *saturation,
                                             gdouble *value);</pre>
<p>
</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td>        RGB triplet, rgb[0] is red channel, rgb[1] is green,
             rgb[2] is blue (0..255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td>        Pointer to hue channel (0..1)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td> Pointer to saturation channel (0..1)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td>      Pointer to value channel (0..1)
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565915"></a><h3>
<a name="gimp-hsv-to-rgb4"></a>gimp_hsv_to_rgb4 ()</h3>
<a class="indexterm" name="id2565926"></a><pre class="programlisting">void        gimp_hsv_to_rgb4                (guchar *rgb,
                                             gdouble hue,
                                             gdouble saturation,
                                             gdouble value);</pre>
<p>
</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td>        RGB triplet, rgb[0] is red channel, rgb[1] is green,
             rgb[2] is blue (0..255)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td>        Hue channel (0..1)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td> Saturation channel (0..1)
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td>      Value channel (0..1)
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="libgimpcolor-GimpCMYK.html"><b>&lt;&lt;&#160;GimpCMYK</b></a></td>
<td align="right"><a accesskey="n" href="libgimpcolor-GimpAdaptiveSupersample.html"><b>GimpAdaptiveSupersample&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>