Imported Upstream version 2.4.0~rc2

This commit is contained in:
Ari Pollak
2010-08-11 01:22:44 -04:00
parent d884b2912c
commit 4be5597e32
576 changed files with 70261 additions and 80724 deletions

View File

@ -189,6 +189,8 @@ GTK_LIBS = @GTK_LIBS@
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
HAL_CFLAGS = @HAL_CFLAGS@
HAL_LIBS = @HAL_LIBS@
HAVE_CARBON_FALSE = @HAVE_CARBON_FALSE@
HAVE_CARBON_TRUE = @HAVE_CARBON_TRUE@
HAVE_DX_DINPUT_FALSE = @HAVE_DX_DINPUT_FALSE@
HAVE_DX_DINPUT_TRUE = @HAVE_DX_DINPUT_TRUE@
HAVE_FINITE = @HAVE_FINITE@

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GIMP Color Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="next" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
@ -19,7 +19,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Color Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.4.0-rc1
for GIMP 2.4.0-rc2
</p></div>
</div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpAdaptiveSupersample</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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-GimpColorManaged.html" title="GimpColorManaged">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-GimpBilinear.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581422" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2588179" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2570474" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2591786" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpAdaptiveSupersample"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581422"></a><span class="refentrytitle">GimpAdaptiveSupersample</span>
<a name="id2588179"></a><span class="refentrytitle">GimpAdaptiveSupersample</span>
</h2>
<p>GimpAdaptiveSupersample &#8212; Functions to perform adaptive supersampling on an area.</p>
</td>
@ -46,95 +46,47 @@
void (<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">*GimpProgressFunc</a>) (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> min,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> max,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> current,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void (<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">*GimpPutPixelFunc</a>) (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void (<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">*GimpRenderFunc</a>) (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
<a
href="../glib/glib-Basic-Types.html#gulong"
>gulong</a> <a href="libgimpcolor-GimpAdaptiveSupersample.html#gimp-adaptive-supersample-area">gimp_adaptive_supersample_area</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x1,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y1,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x2,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y2,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> max_depth,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> threshold,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">GimpRenderFunc</a> render_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> render_data,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">GimpPutPixelFunc</a> put_pixel_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> put_pixel_data,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">GimpProgressFunc</a> progress_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> progress_data);
void (<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">*GimpProgressFunc</a>) (gint min,
gint max,
gint current,
gpointer data);
void (<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">*GimpPutPixelFunc</a>) (gint x,
gint y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
gpointer data);
void (<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">*GimpRenderFunc</a>) (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
gpointer data);
gulong <a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#gimp-adaptive-supersample-area">gimp_adaptive_supersample_area</a> (gint x1,
gint y1,
gint x2,
gint y2,
gint max_depth,
gdouble threshold,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">GimpRenderFunc</a> render_func,
gpointer render_data,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">GimpPutPixelFunc</a> put_pixel_func,
gpointer put_pixel_data,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">GimpProgressFunc</a> progress_func,
gpointer progress_data);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2570474"></a><h2>Description</h2>
<a name="id2591786"></a><h2>Description</h2>
<p>
Functions to perform adaptive supersampling on an area.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2570490"></a><h2>Details</h2>
<a name="id2591803"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2570501"></a><h3>
<a name="id2591813"></a><h3>
<a name="GimpProgressFunc"></a>GimpProgressFunc ()</h3>
<a class="indexterm" name="id2570514"></a><pre class="programlisting">void (*GimpProgressFunc) (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> min,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> max,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> current,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<a class="indexterm" name="id2591826"></a><pre class="programlisting">void (*GimpProgressFunc) (gint min,
gint max,
gint current,
gpointer data);</pre>
<p>
</p>
@ -142,22 +94,22 @@ href="../glib/glib-Basic-Types.html#gpointer"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>min</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>min</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>max</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>max</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>current</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>current</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
<td>
@ -168,18 +120,12 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576793"></a><h3>
<a name="id2581553"></a><h3>
<a name="GimpPutPixelFunc"></a>GimpPutPixelFunc ()</h3>
<a class="indexterm" name="id2576805"></a><pre class="programlisting">void (*GimpPutPixelFunc) (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<a class="indexterm" name="id2581566"></a><pre class="programlisting">void (*GimpPutPixelFunc) (gint x,
gint y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
gpointer data);</pre>
<p>
</p>
@ -187,22 +133,22 @@ href="../glib/glib-Basic-Types.html#gpointer"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
<td>
@ -213,18 +159,12 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2576915"></a><h3>
<a name="id2576705"></a><h3>
<a name="GimpRenderFunc"></a>GimpRenderFunc ()</h3>
<a class="indexterm" name="id2576927"></a><pre class="programlisting">void (*GimpRenderFunc) (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<a class="indexterm" name="id2576717"></a><pre class="programlisting">void (*GimpRenderFunc) (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *color,
gpointer data);</pre>
<p>
</p>
@ -232,22 +172,22 @@ href="../glib/glib-Basic-Types.html#gpointer"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>color</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>data</code></em>&#160;:</span></p></td>
<td>
@ -258,40 +198,20 @@ href="../glib/glib-Basic-Types.html#gpointer"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559878"></a><h3>
<a name="id2576827"></a><h3>
<a name="gimp-adaptive-supersample-area"></a>gimp_adaptive_supersample_area ()</h3>
<a class="indexterm" name="id2559890"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gulong"
>gulong</a> gimp_adaptive_supersample_area (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x1,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y1,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> x2,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> y2,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> max_depth,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> threshold,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">GimpRenderFunc</a> render_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> render_data,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">GimpPutPixelFunc</a> put_pixel_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> put_pixel_data,
<a href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">GimpProgressFunc</a> progress_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> progress_data);</pre>
<a class="indexterm" name="id2576838"></a><pre class="programlisting">gulong gimp_adaptive_supersample_area (gint x1,
gint y1,
gint x2,
gint y2,
gint max_depth,
gdouble threshold,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpRenderFunc">GimpRenderFunc</a> render_func,
gpointer render_data,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpPutPixelFunc">GimpPutPixelFunc</a> put_pixel_func,
gpointer put_pixel_data,
<a class="link" href="libgimpcolor-GimpAdaptiveSupersample.html#GimpProgressFunc">GimpProgressFunc</a> progress_func,
gpointer progress_data);</pre>
<p>
</p>
@ -299,67 +219,67 @@ href="../glib/glib-Basic-Types.html#gpointer"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x1</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x1</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y1</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y1</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>x2</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x2</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y2</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y2</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>max_depth</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>max_depth</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>threshold</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>render_func</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>render_func</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>render_data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>render_data</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>put_pixel_func</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>put_pixel_func</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>put_pixel_data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>put_pixel_data</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>progress_func</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>progress_func</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>progress_data</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>progress_data</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpBilinear</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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-GimpAdaptiveSupersample.html" title="GimpAdaptiveSupersample">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595497" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594687" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2558282" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2623820" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpBilinear"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2595497"></a><span class="refentrytitle">GimpBilinear</span>
<a name="id2594687"></a><span class="refentrytitle">GimpBilinear</span>
</h2>
<p>GimpBilinear</p>
</td>
@ -46,106 +46,46 @@
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear">gimp_bilinear</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *values);
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8">gimp_bilinear_8</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *values);
<a
href="../glib/glib-Basic-Types.html#guint16"
>guint16</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-16">gimp_bilinear_16</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint16"
>guint16</a> *values);
<a
href="../glib/glib-Basic-Types.html#guint32"
>guint32</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-32">gimp_bilinear_32</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint32"
>guint32</a> *values);
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgb">gimp_bilinear_rgb</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgba">gimp_bilinear_rgba</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
void <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-pixels-8">gimp_bilinear_pixels_8</a> (<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *dest,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> bpp,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> has_alpha,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> **values);
gdouble <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear">gimp_bilinear</a> (gdouble x,
gdouble y,
gdouble *values);
guchar <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8">gimp_bilinear_8</a> (gdouble x,
gdouble y,
guchar *values);
guint16 <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-16">gimp_bilinear_16</a> (gdouble x,
gdouble y,
guint16 *values);
guint32 <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-32">gimp_bilinear_32</a> (gdouble x,
gdouble y,
guint32 *values);
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgb">gimp_bilinear_rgb</a> (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgba">gimp_bilinear_rgba</a> (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
void <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-pixels-8">gimp_bilinear_pixels_8</a> (guchar *dest,
gdouble x,
gdouble y,
guint bpp,
gboolean has_alpha,
guchar **values);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2558282"></a><h2>Description</h2>
<a name="id2623820"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2558298"></a><h2>Details</h2>
<a name="id2623836"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2558308"></a><h3>
<a name="id2623847"></a><h3>
<a name="gimp-bilinear"></a>gimp_bilinear ()</h3>
<a class="indexterm" name="id2558321"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> gimp_bilinear (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *values);</pre>
<a class="indexterm" name="id2623859"></a><pre class="programlisting">gdouble gimp_bilinear (gdouble x,
gdouble y,
gdouble *values);</pre>
<p>
</p>
@ -153,22 +93,22 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -179,19 +119,11 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606638"></a><h3>
<a name="id2581169"></a><h3>
<a name="gimp-bilinear-8"></a>gimp_bilinear_8 ()</h3>
<a class="indexterm" name="id2606651"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> gimp_bilinear_8 (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *values);</pre>
<a class="indexterm" name="id2581181"></a><pre class="programlisting">guchar gimp_bilinear_8 (gdouble x,
gdouble y,
guchar *values);</pre>
<p>
</p>
@ -199,22 +131,22 @@ href="../glib/glib-Basic-Types.html#guchar"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -225,19 +157,11 @@ href="../glib/glib-Basic-Types.html#guchar"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2606750"></a><h3>
<a name="id2581280"></a><h3>
<a name="gimp-bilinear-16"></a>gimp_bilinear_16 ()</h3>
<a class="indexterm" name="id2606762"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint16"
>guint16</a> gimp_bilinear_16 (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint16"
>guint16</a> *values);</pre>
<a class="indexterm" name="id2581293"></a><pre class="programlisting">guint16 gimp_bilinear_16 (gdouble x,
gdouble y,
guint16 *values);</pre>
<p>
</p>
@ -245,22 +169,22 @@ href="../glib/glib-Basic-Types.html#guint16"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -271,19 +195,11 @@ href="../glib/glib-Basic-Types.html#guint16"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559047"></a><h3>
<a name="id2593243"></a><h3>
<a name="gimp-bilinear-32"></a>gimp_bilinear_32 ()</h3>
<a class="indexterm" name="id2559059"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint32"
>guint32</a> gimp_bilinear_32 (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint32"
>guint32</a> *values);</pre>
<a class="indexterm" name="id2593256"></a><pre class="programlisting">guint32 gimp_bilinear_32 (gdouble x,
gdouble y,
guint32 *values);</pre>
<p>
</p>
@ -291,22 +207,22 @@ href="../glib/glib-Basic-Types.html#guint32"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -317,15 +233,11 @@ href="../glib/glib-Basic-Types.html#guint32"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559158"></a><h3>
<a name="id2593355"></a><h3>
<a name="gimp-bilinear-rgb"></a>gimp_bilinear_rgb ()</h3>
<a class="indexterm" name="id2559170"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> gimp_bilinear_rgb (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
<a class="indexterm" name="id2593367"></a><pre class="programlisting"><a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> gimp_bilinear_rgb (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
<p>
</p>
@ -333,22 +245,22 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -359,15 +271,11 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2559269"></a><h3>
<a name="id2593466"></a><h3>
<a name="gimp-bilinear-rgba"></a>gimp_bilinear_rgba ()</h3>
<a class="indexterm" name="id2559281"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> gimp_bilinear_rgba (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
<a class="indexterm" name="id2593478"></a><pre class="programlisting"><a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> gimp_bilinear_rgba (gdouble x,
gdouble y,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
<p>
</p>
@ -375,22 +283,22 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td>
@ -401,36 +309,20 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609736"></a><h3>
<a name="id2626905"></a><h3>
<a name="gimp-bilinear-pixels-8"></a>gimp_bilinear_pixels_8 ()</h3>
<a class="indexterm" name="id2609747"></a><pre class="programlisting">void gimp_bilinear_pixels_8 (<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *dest,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> x,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> y,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> bpp,
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> has_alpha,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> **values);</pre>
<a class="indexterm" name="id2626916"></a><pre class="programlisting">void gimp_bilinear_pixels_8 (guchar *dest,
gdouble x,
gdouble y,
guint bpp,
gboolean has_alpha,
guchar **values);</pre>
<p>
Computes bilinear interpolation of four pixels.
</p>
<p>
When <em class="parameter"><code>has_alpha</code></em> is <a
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a>, it's identical to <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8"><code class="function">gimp_bilinear_8()</code></a> on
each channel separately. When <em class="parameter"><code>has_alpha</code></em> is <a
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a>, it handles
When <em class="parameter"><code>has_alpha</code></em> is <code class="literal">FALSE</code>, it's identical to <a class="link" href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8"><code class="function">gimp_bilinear_8()</code></a> on
each channel separately. When <em class="parameter"><code>has_alpha</code></em> is <code class="literal">TRUE</code>, it handles
alpha channel correctly.
</p>
<p>
@ -443,35 +335,33 @@ following order: [0,0], [1,0], [0,1], [1,1].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></p></td>
<td> Pixel, where interpolation result is to be stored.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></p></td>
<td> x-coordinate (0.0 to 1.0).
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></p></td>
<td> y-coordinate (0.0 to 1.0).
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></p></td>
<td> Bytes per pixel. <em class="parameter"><code>dest</code></em> and each <em class="parameter"><code>values</code></em> item is an array of
<em class="parameter"><code>bpp</code></em> bytes.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>has_alpha</code></em>&#160;:</span></td>
<td> <a
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if the last channel is an alpha channel.
<td><p><span class="term"><em class="parameter"><code>has_alpha</code></em>&#160;:</span></p></td>
<td> <code class="literal">TRUE</code> if the last channel is an alpha channel.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></p></td>
<td> Array of four pointers to pixels.
</td>
</tr>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpCMYK</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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-GimpHSV.html" title="GimpHSV">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-GimpColorSpace.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2509708" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2594858" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2565672" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2582834" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpCMYK"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2509708"></a><span class="refentrytitle">GimpCMYK</span>
<a name="id2594858"></a><span class="refentrytitle">GimpCMYK</span>
</h2>
<p>GimpCMYK &#8212; Definitions and Functions relating to CMYK colors.</p>
</td>
@ -46,110 +46,56 @@
<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a>;
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set">gimp_cmyk_set</a> (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> cyan,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> magenta,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> yellow,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> black);
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set-uchar">gimp_cmyk_set_uchar</a> (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> black);
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyk-get-uchar">gimp_cmyk_get_uchar</a> (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *black);
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set">gimp_cmyka_set</a> (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> cyan,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> magenta,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> yellow,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> black,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> alpha);
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set-uchar">gimp_cmyka_set_uchar</a> (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> black,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> alpha);
void <a href="libgimpcolor-GimpCMYK.html#gimp-cmyka-get-uchar">gimp_cmyka_get_uchar</a> (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *black,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *alpha);
#define <a href="libgimpcolor-GimpCMYK.html#GIMP-TYPE-CMYK:CAPS">GIMP_TYPE_CMYK</a>
<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a>;
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set">gimp_cmyk_set</a> (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
gdouble cyan,
gdouble magenta,
gdouble yellow,
gdouble black);
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set-uchar">gimp_cmyk_set_uchar</a> (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
guchar cyan,
guchar magenta,
guchar yellow,
guchar black);
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyk-get-uchar">gimp_cmyk_get_uchar</a> (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
guchar *cyan,
guchar *magenta,
guchar *yellow,
guchar *black);
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set">gimp_cmyka_set</a> (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
gdouble cyan,
gdouble magenta,
gdouble yellow,
gdouble black,
gdouble alpha);
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set-uchar">gimp_cmyka_set_uchar</a> (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
guchar cyan,
guchar magenta,
guchar yellow,
guchar black,
guchar alpha);
void <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyka-get-uchar">gimp_cmyka_get_uchar</a> (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
guchar *cyan,
guchar *magenta,
guchar *yellow,
guchar *black,
guchar *alpha);
#define <a class="link" href="libgimpcolor-GimpCMYK.html#GIMP-TYPE-CMYK:CAPS">GIMP_TYPE_CMYK</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565672"></a><h2>Description</h2>
<a name="id2582834"></a><h2>Description</h2>
<p>
Definitions and Functions relating to CMYK colors.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2565688"></a><h2>Details</h2>
<a name="id2582850"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2565212"></a><h3>
<a name="id2573464"></a><h3>
<a name="GimpCMYK"></a>GimpCMYK</h3>
<a class="indexterm" name="id2565224"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2573476"></a><pre class="programlisting">typedef struct {
gdouble c, m, y, k, a;
} GimpCMYK;
</pre>
@ -159,23 +105,15 @@ Definitions and Functions relating to CMYK colors.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565240"></a><h3>
<a name="id2573493"></a><h3>
<a name="gimp-cmyk-set"></a>gimp_cmyk_set ()</h3>
<a class="indexterm" name="id2565253"></a><pre class="programlisting">void gimp_cmyk_set (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> cyan,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> magenta,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> yellow,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> black);</pre>
<a class="indexterm" name="id2573505"></a><pre class="programlisting">void gimp_cmyk_set (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
gdouble cyan,
gdouble magenta,
gdouble yellow,
gdouble black);</pre>
<p>
Very basic initialiser for the internal <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel
Very basic initialiser for the internal <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel
values are doubles in the range 0 to 1.</p>
<p>
@ -184,27 +122,27 @@ values are doubles in the range 0 to 1.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
<td><p><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
@ -213,23 +151,15 @@ values are doubles in the range 0 to 1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565402"></a><h3>
<a name="id2573654"></a><h3>
<a name="gimp-cmyk-set-uchar"></a>gimp_cmyk_set_uchar ()</h3>
<a class="indexterm" name="id2565414"></a><pre class="programlisting">void gimp_cmyk_set_uchar (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> black);</pre>
<a class="indexterm" name="id2573667"></a><pre class="programlisting">void gimp_cmyk_set_uchar (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
guchar cyan,
guchar magenta,
guchar yellow,
guchar black);</pre>
<p>
The same as <a href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set"><code class="function">gimp_cmyk_set()</code></a>, except that channel values are
The same as <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyk-set"><code class="function">gimp_cmyk_set()</code></a>, except that channel values are
unsigned chars in the range 0 to 255.</p>
<p>
@ -238,27 +168,27 @@ unsigned chars in the range 0 to 255.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
<td><p><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
@ -267,23 +197,15 @@ unsigned chars in the range 0 to 255.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601516"></a><h3>
<a name="id2527037"></a><h3>
<a name="gimp-cmyk-get-uchar"></a>gimp_cmyk_get_uchar ()</h3>
<a class="indexterm" name="id2601528"></a><pre class="programlisting">void gimp_cmyk_get_uchar (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *black);</pre>
<a class="indexterm" name="id2527050"></a><pre class="programlisting">void gimp_cmyk_get_uchar (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
guchar *cyan,
guchar *magenta,
guchar *yellow,
guchar *black);</pre>
<p>
Retrieve individual channel values from a <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel
Retrieve individual channel values from a <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel
values are pointers to unsigned chars in the range 0 to 255.</p>
<p>
@ -292,27 +214,27 @@ values are pointers to unsigned chars in the range 0 to 255.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
<td><p><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYK value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
@ -321,26 +243,16 @@ values are pointers to unsigned chars in the range 0 to 255.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2601678"></a><h3>
<a name="id2527199"></a><h3>
<a name="gimp-cmyka-set"></a>gimp_cmyka_set ()</h3>
<a class="indexterm" name="id2560414"></a><pre class="programlisting">void gimp_cmyka_set (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> cyan,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> magenta,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> yellow,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> black,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> alpha);</pre>
<a class="indexterm" name="id2577397"></a><pre class="programlisting">void gimp_cmyka_set (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
gdouble cyan,
gdouble magenta,
gdouble yellow,
gdouble black,
gdouble alpha);</pre>
<p>
Initialiser for the internal <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel values are
Initialiser for the internal <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure. Channel values are
doubles in the range 0 to 1.</p>
<p>
@ -349,32 +261,32 @@ doubles in the range 0 to 1.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
<td><p><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></p></td>
<td> The Alpha channel
</td>
</tr>
@ -383,26 +295,16 @@ doubles in the range 0 to 1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560584"></a><h3>
<a name="id2577567"></a><h3>
<a name="gimp-cmyka-set-uchar"></a>gimp_cmyka_set_uchar ()</h3>
<a class="indexterm" name="id2560595"></a><pre class="programlisting">void gimp_cmyka_set_uchar (<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> black,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> alpha);</pre>
<a class="indexterm" name="id2577578"></a><pre class="programlisting">void gimp_cmyka_set_uchar (<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
guchar cyan,
guchar magenta,
guchar yellow,
guchar black,
guchar alpha);</pre>
<p>
The same as <a href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set"><code class="function">gimp_cmyka_set()</code></a>, except that channel values are
The same as <a class="link" href="libgimpcolor-GimpCMYK.html#gimp-cmyka-set"><code class="function">gimp_cmyka_set()</code></a>, except that channel values are
unsigned chars in the range 0 to 255.</p>
<p>
@ -411,32 +313,32 @@ unsigned chars in the range 0 to 255.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
<td><p><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></p></td>
<td> The Alpha channel
</td>
</tr>
@ -445,26 +347,16 @@ unsigned chars in the range 0 to 255.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560769"></a><h3>
<a name="id2577751"></a><h3>
<a name="gimp-cmyka-get-uchar"></a>gimp_cmyka_get_uchar ()</h3>
<a class="indexterm" name="id2560780"></a><pre class="programlisting">void gimp_cmyka_get_uchar (const <a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *black,
<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *alpha);</pre>
<a class="indexterm" name="id2577762"></a><pre class="programlisting">void gimp_cmyka_get_uchar (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyka,
guchar *cyan,
guchar *magenta,
guchar *yellow,
guchar *black,
guchar *alpha);</pre>
<p>
Retrieve individual channel values from a <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure.
Retrieve individual channel values from a <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure.
Channel values are pointers to unsigned chars in the range 0 to 255.</p>
<p>
@ -473,32 +365,32 @@ Channel values are pointers to unsigned chars in the range 0 to 255.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></td>
<td> A <a href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
<td><p><span class="term"><em class="parameter"><code>cmyka</code></em>&#160;:</span></p></td>
<td> A <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK"><span class="type">GimpCMYK</span></a> structure which will hold the specified CMYKA value.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></td>
<td> The Cyan channel of the CMYK value
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></td>
<td> The Magenta channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></td>
<td> The Yellow channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> The blacK channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></p></td>
<td> The Alpha channel
</td>
</tr>
@ -507,9 +399,9 @@ Channel values are pointers to unsigned chars in the range 0 to 255.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560952"></a><h3>
<a name="id2577934"></a><h3>
<a name="GIMP-TYPE-CMYK:CAPS"></a>GIMP_TYPE_CMYK</h3>
<a class="indexterm" name="id2560964"></a><pre class="programlisting">#define GIMP_TYPE_CMYK (gimp_cmyk_get_type ())
<a class="indexterm" name="id2577947"></a><pre class="programlisting">#define GIMP_TYPE_CMYK (gimp_cmyk_get_type ())
</pre>
<p>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpColorManaged</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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-GimpColorSpace.html" title="GimpColorSpace">
@ -25,16 +25,16 @@
<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>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579322" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2603949" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2599655" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2606712" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpColorManaged"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2579322"></a><span class="refentrytitle">GimpColorManaged</span>
<a name="id2603949"></a><span class="refentrytitle">GimpColorManaged</span>
</h2>
<p>GimpColorManaged</p>
</td>
@ -46,39 +46,35 @@
<a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a>;
<a href="libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface">GimpColorManagedInterface</a>;
const <a
href="../glib/glib-Basic-Types.html#guint8"
>guint8</a>* <a href="libgimpcolor-GimpColorManaged.html#gimp-color-managed-get-icc-profile">gimp_color_managed_get_icc_profile</a> (<a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed,
<a
href="../glib/glib-Basic-Types.html#gsize"
>gsize</a> *len);
void <a href="libgimpcolor-GimpColorManaged.html#gimp-color-managed-profile-changed">gimp_color_managed_profile_changed</a> (<a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed);
<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a>;
<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManagedInterface">GimpColorManagedInterface</a>;
const guint8* <a class="link" href="libgimpcolor-GimpColorManaged.html#gimp-color-managed-get-icc-profile">gimp_color_managed_get_icc_profile</a> (<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed,
gsize *len);
void <a class="link" href="libgimpcolor-GimpColorManaged.html#gimp-color-managed-profile-changed">gimp_color_managed_profile_changed</a> (<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2599655"></a><h2>Description</h2>
<a name="id2606712"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2599671"></a><h2>Details</h2>
<a name="id2606728"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2599682"></a><h3>
<a name="id2606739"></a><h3>
<a name="GimpColorManaged"></a>GimpColorManaged</h3>
<a class="indexterm" name="id2599694"></a><pre class="programlisting">typedef struct _GimpColorManaged GimpColorManaged;</pre>
<a class="indexterm" name="id2606751"></a><pre class="programlisting">typedef struct _GimpColorManaged GimpColorManaged;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599711"></a><h3>
<a name="id2606768"></a><h3>
<a name="GimpColorManagedInterface"></a>GimpColorManagedInterface</h3>
<a class="indexterm" name="id2599722"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2606779"></a><pre class="programlisting">typedef struct {
GTypeInterface base_iface;
/* virtual functions */
@ -95,14 +91,10 @@ void <a href="libgimpcolor-GimpColorManaged.html#gimp-color-manag
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2599742"></a><h3>
<a name="id2606799"></a><h3>
<a name="gimp-color-managed-get-icc-profile"></a>gimp_color_managed_get_icc_profile ()</h3>
<a class="indexterm" name="id2599756"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#guint8"
>guint8</a>* gimp_color_managed_get_icc_profile (<a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed,
<a
href="../glib/glib-Basic-Types.html#gsize"
>gsize</a> *len);</pre>
<a class="indexterm" name="id2606813"></a><pre class="programlisting">const guint8* gimp_color_managed_get_icc_profile (<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed,
gsize *len);</pre>
<p>
</p>
<p>
@ -112,17 +104,17 @@ href="../glib/glib-Basic-Types.html#gsize"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>managed</code></em>&#160;:</span></td>
<td> an object the implements the <a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> interface
<td><p><span class="term"><em class="parameter"><code>managed</code></em>&#160;:</span></p></td>
<td> an object the implements the <a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> interface
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>len</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>len</code></em>&#160;:</span></p></td>
<td> return location for the number of bytes in the profile data
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> A pointer to a blob of data that represents an ICC
color profile.
@ -135,9 +127,9 @@ href="../glib/glib-Basic-Types.html#gsize"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560174"></a><h3>
<a name="id2585944"></a><h3>
<a name="gimp-color-managed-profile-changed"></a>gimp_color_managed_profile_changed ()</h3>
<a class="indexterm" name="id2560189"></a><pre class="programlisting">void gimp_color_managed_profile_changed (<a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed);</pre>
<a class="indexterm" name="id2585958"></a><pre class="programlisting">void gimp_color_managed_profile_changed (<a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged">GimpColorManaged</a> *managed);</pre>
<p>
Emits the "profile-changed" signal.</p>
<p>
@ -146,8 +138,8 @@ Emits the "profile-changed" signal.</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>managed</code></em>&#160;:</span></td>
<td> an object the implements the <a href="libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> interface
<td><p><span class="term"><em class="parameter"><code>managed</code></em>&#160;:</span></p></td>
<td> an object the implements the <a class="link" href="libgimpcolor-GimpColorManaged.html#GimpColorManaged"><span class="type">GimpColorManaged</span></a> interface
</td>
</tr></tbody>
</table></div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpColorSpace</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-GimpColorManaged.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2563806" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614515" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2563301" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2584504" class="shortcut">Description</a></nobr></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>
<a name="id2563806"></a><span class="refentrytitle">GimpColorSpace</span>
<a name="id2614515"></a><span class="refentrytitle">GimpColorSpace</span>
</h2>
<p>GimpColorSpace &#8212; Utility functions which convert colors between different color models.</p>
</td>
@ -46,140 +46,62 @@
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-GimpHSV.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,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> 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-GimpHSV.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,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *whiteness,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *blackness);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-hwb-to-rgb">gimp_hwb_to_rgb</a> (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> whiteness,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> 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> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb-int">gimp_hsv_to_rgb_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *value);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsl-int">gimp_rgb_to_hsl_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-cmyk-int">gimp_rgb_to_cmyk_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *pullout);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-cmyk-to-rgb-int">gimp_cmyk_to_rgb_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *black);
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-l-int">gimp_rgb_to_l_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> blue);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-hsl-to-rgb-int">gimp_hsl_to_rgb_int</a> (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *lightness);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv4">gimp_rgb_to_hsv4</a> (const <a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *value);
void <a href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb4">gimp_hsv_to_rgb4</a> (<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv">gimp_rgb_to_hsv</a> (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsl">gimp_rgb_to_hsl</a> (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-cmyk">gimp_rgb_to_cmyk</a> (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
gdouble pullout,
<a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb">gimp_hsv_to_rgb</a> (const <a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-hsl-to-rgb">gimp_hsl_to_rgb</a> (const <a class="link" href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-cmyk-to-rgb">gimp_cmyk_to_rgb</a> (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hwb">gimp_rgb_to_hwb</a> (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
gdouble *hue,
gdouble *whiteness,
gdouble *blackness);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-hwb-to-rgb">gimp_hwb_to_rgb</a> (gdouble hue,
gdouble whiteness,
gdouble blackness,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv-int">gimp_rgb_to_hsv_int</a> (gint *red,
gint *green,
gint *blue);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-hsv-to-rgb-int">gimp_hsv_to_rgb_int</a> (gint *hue,
gint *saturation,
gint *value);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsl-int">gimp_rgb_to_hsl_int</a> (gint *red,
gint *green,
gint *blue);
void <a class="link" 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 class="link" 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 class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-l-int">gimp_rgb_to_l_int</a> (gint red,
gint green,
gint blue);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-hsl-to-rgb-int">gimp_hsl_to_rgb_int</a> (gint *hue,
gint *saturation,
gint *lightness);
void <a class="link" href="libgimpcolor-GimpColorSpace.html#gimp-rgb-to-hsv4">gimp_rgb_to_hsv4</a> (const guchar *rgb,
gdouble *hue,
gdouble *saturation,
gdouble *value);
void <a class="link" 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="id2563301"></a><h2>Description</h2>
<a name="id2584504"></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
@ -188,12 +110,12 @@ different color spaces.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2563321"></a><h2>Details</h2>
<a name="id2584524"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2563332"></a><h3>
<a name="id2587739"></a><h3>
<a name="gimp-rgb-to-hsv"></a>gimp_rgb_to_hsv ()</h3>
<a class="indexterm" name="id2563356"></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>
<a class="indexterm" name="id2587752"></a><pre class="programlisting">void gimp_rgb_to_hsv (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);</pre>
<p>
Does a conversion from RGB to HSV (Hue, Saturation,
Value) colorspace.</p>
@ -204,12 +126,12 @@ Value) colorspace.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></p></td>
<td> The value converted to the HSV colorspace
</td>
</tr>
@ -218,10 +140,10 @@ Value) colorspace.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563428"></a><h3>
<a name="id2587823"></a><h3>
<a name="gimp-rgb-to-hsl"></a>gimp_rgb_to_hsl ()</h3>
<a class="indexterm" name="id2563440"></a><pre class="programlisting">void gimp_rgb_to_hsl (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl);</pre>
<a class="indexterm" name="id2587836"></a><pre class="programlisting">void gimp_rgb_to_hsl (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl);</pre>
<p>
Convert an RGB color value to a HSL (Hue, Saturation, Lightness)
color value.</p>
@ -232,12 +154,12 @@ color value.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>hsl</code></em>&#160;:</span></p></td>
<td> The value converted to HSL
</td>
</tr>
@ -246,13 +168,11 @@ color value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2563512"></a><h3>
<a name="id2587907"></a><h3>
<a name="gimp-rgb-to-cmyk"></a>gimp_rgb_to_cmyk ()</h3>
<a class="indexterm" name="id2563525"></a><pre class="programlisting">void gimp_rgb_to_cmyk (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> pullout,
<a href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk);</pre>
<a class="indexterm" name="id2587920"></a><pre class="programlisting">void gimp_rgb_to_cmyk (const <a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
gdouble pullout,
<a class="link" 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.
@ -266,18 +186,18 @@ A value of 1 causes the maximum amount of black to be pulled out.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>pullout</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></p></td>
<td> The input value naively converted to the CMYK colorspace
</td>
</tr>
@ -286,10 +206,10 @@ A value of 1 causes the maximum amount of black to be pulled out.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607042"></a><h3>
<a name="id2624208"></a><h3>
<a name="gimp-hsv-to-rgb"></a>gimp_hsv_to_rgb ()</h3>
<a class="indexterm" name="id2607052"></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>
<a class="indexterm" name="id2624218"></a><pre class="programlisting">void gimp_hsv_to_rgb (const <a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
Converts a color value from HSV to RGB colorspace</p>
<p>
@ -299,12 +219,12 @@ Converts a color value from HSV to RGB colorspace</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></td>
<td> The returned RGB value.
</td>
</tr>
@ -313,10 +233,10 @@ Converts a color value from HSV to RGB colorspace</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607116"></a><h3>
<a name="id2624282"></a><h3>
<a name="gimp-hsl-to-rgb"></a>gimp_hsl_to_rgb ()</h3>
<a class="indexterm" name="id2607126"></a><pre class="programlisting">void gimp_hsl_to_rgb (const <a href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<a class="indexterm" name="id2624292"></a><pre class="programlisting">void gimp_hsl_to_rgb (const <a class="link" href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a> *hsl,
<a class="link" href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<p>
Convert a HSL color value to an RGB color value.</p>
<p>
@ -326,12 +246,12 @@ Convert a HSL color value to an RGB color value.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hsl</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hsl</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></td>
<td> The value converted to a value in the RGB colorspace
</td>
</tr>
@ -340,10 +260,10 @@ Convert a HSL color value to an RGB color value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607197"></a><h3>
<a name="id2624336"></a><h3>
<a name="gimp-cmyk-to-rgb"></a>gimp_cmyk_to_rgb ()</h3>
<a class="indexterm" name="id2607209"></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>
<a class="indexterm" name="id2624347"></a><pre class="programlisting">void gimp_cmyk_to_rgb (const <a class="link" href="libgimpcolor-GimpCMYK.html#GimpCMYK">GimpCMYK</a> *cmyk,
<a class="link" 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>
@ -354,12 +274,12 @@ colorspace, without taking color profiles into account.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cmyk</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></td>
<td> The value converted to the RGB colorspace
</td>
</tr>
@ -368,18 +288,12 @@ colorspace, without taking color profiles into account.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607283"></a><h3>
<a name="id2624412"></a><h3>
<a name="gimp-rgb-to-hwb"></a>gimp_rgb_to_hwb ()</h3>
<a class="indexterm" name="id2607295"></a><pre class="programlisting">void gimp_rgb_to_hwb (const <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *whiteness,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *blackness);</pre>
<a class="indexterm" name="id2624422"></a><pre class="programlisting">void gimp_rgb_to_hwb (const <a class="link" 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
@ -396,22 +310,22 @@ undefined.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>whiteness</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>blackness</code></em>&#160;:</span></p></td>
<td> The blackness value of the above color, in the range 0 to 1
</td>
</tr>
@ -420,18 +334,12 @@ undefined.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607422"></a><h3>
<a name="id2624538"></a><h3>
<a name="gimp-hwb-to-rgb"></a>gimp_hwb_to_rgb ()</h3>
<a class="indexterm" name="id2607434"></a><pre class="programlisting">void gimp_hwb_to_rgb (<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> whiteness,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> blackness,
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *rgb);</pre>
<a class="indexterm" name="id2624548"></a><pre class="programlisting">void gimp_hwb_to_rgb (gdouble hue,
gdouble whiteness,
gdouble blackness,
<a class="link" 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>
@ -442,22 +350,22 @@ range [0, 1]. The returned RGB values are all in the range [0, 1].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>whiteness</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>blackness</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></td>
<td> The above color converted to the RGB colorspace
</td>
</tr>
@ -466,17 +374,11 @@ range [0, 1]. The returned RGB values are all in the range [0, 1].</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607552"></a><h3>
<a name="id2624654"></a><h3>
<a name="gimp-rgb-to-hsv-int"></a>gimp_rgb_to_hsv_int ()</h3>
<a class="indexterm" name="id2607565"></a><pre class="programlisting">void gimp_rgb_to_hsv_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue);</pre>
<a class="indexterm" name="id2624665"></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
@ -493,17 +395,17 @@ ranges: H [0, 360], S [0, 255], V [0, 255].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></p></td>
<td> The blue channel value, returns the Value channel
</td>
</tr>
@ -512,17 +414,11 @@ ranges: H [0, 360], S [0, 255], V [0, 255].</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607667"></a><h3>
<a name="id2624758"></a><h3>
<a name="gimp-hsv-to-rgb-int"></a>gimp_hsv_to_rgb_int ()</h3>
<a class="indexterm" name="id2607680"></a><pre class="programlisting">void gimp_hsv_to_rgb_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *value);</pre>
<a class="indexterm" name="id2624769"></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].
@ -537,17 +433,17 @@ corresponding, with the returned values all in the range [0, 255].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td> The value channel, returns the blue channel
</td>
</tr>
@ -556,17 +452,11 @@ corresponding, with the returned values all in the range [0, 255].</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607781"></a><h3>
<a name="id2624862"></a><h3>
<a name="gimp-rgb-to-hsl-int"></a>gimp_rgb_to_hsl_int ()</h3>
<a class="indexterm" name="id2607794"></a><pre class="programlisting">void gimp_rgb_to_hsl_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue);</pre>
<a class="indexterm" name="id2624872"></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].
@ -582,17 +472,17 @@ L [0, 255], S [0, 255].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></p></td>
<td> Blue channel, returns Saturation channel
</td>
</tr>
@ -601,20 +491,12 @@ L [0, 255], S [0, 255].</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607896"></a><h3>
<a name="id2624964"></a><h3>
<a name="gimp-rgb-to-cmyk-int"></a>gimp_rgb_to_cmyk_int ()</h3>
<a class="indexterm" name="id2607907"></a><pre class="programlisting">void gimp_rgb_to_cmyk_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *blue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *pullout);</pre>
<a class="indexterm" name="id2624975"></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.
@ -628,22 +510,22 @@ A value of 100 causes the maximum amount of black to be pulled out.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>pullout</code></em>&#160;:</span></p></td>
<td> the percentage of black to pull out (0-100); returns
the black value (0-255)
</td>
@ -653,20 +535,12 @@ A value of 100 causes the maximum amount of black to be pulled out.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608041"></a><h3>
<a name="id2625096"></a><h3>
<a name="gimp-cmyk-to-rgb-int"></a>gimp_cmyk_to_rgb_int ()</h3>
<a class="indexterm" name="id2608052"></a><pre class="programlisting">void gimp_cmyk_to_rgb_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *cyan,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *magenta,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *yellow,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *black);</pre>
<a class="indexterm" name="id2625107"></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>
@ -677,22 +551,22 @@ formula that doesn't take any color-profiles into account is used.</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>cyan</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>magenta</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>yellow</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>black</code></em>&#160;:</span></p></td>
<td> the black channel (0-255); doesn't change
</td>
</tr>
@ -701,19 +575,11 @@ formula that doesn't take any color-profiles into account is used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608170"></a><h3>
<a name="id2625215"></a><h3>
<a name="gimp-rgb-to-l-int"></a>gimp_rgb_to_l_int ()</h3>
<a class="indexterm" name="id2608183"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> gimp_rgb_to_l_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> red,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> green,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> blue);</pre>
<a class="indexterm" name="id2625225"></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>
@ -724,22 +590,22 @@ L = (max(R, G, B) + min (R, G, B)) / 2</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>red</code></em>&#160;:</span></p></td>
<td> Red channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>green</code></em>&#160;:</span></p></td>
<td> Green channel
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>blue</code></em>&#160;:</span></p></td>
<td> Blue channel
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> Luminance vaue corresponding to the input RGB value
</td>
</tr>
@ -748,17 +614,11 @@ L = (max(R, G, B) + min (R, G, B)) / 2</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608266"></a><h3>
<a name="id2625320"></a><h3>
<a name="gimp-hsl-to-rgb-int"></a>gimp_hsl_to_rgb_int ()</h3>
<a class="indexterm" name="id2608276"></a><pre class="programlisting">void gimp_hsl_to_rgb_int (<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> *lightness);</pre>
<a class="indexterm" name="id2625330"></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].
@ -773,17 +633,17 @@ corresponding, with the returned values all in the range [0, 255].</p>
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>lightness</code></em>&#160;:</span></p></td>
<td> Lightness channel, returns Blue channel
</td>
</tr>
@ -792,20 +652,12 @@ corresponding, with the returned values all in the range [0, 255].</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608369"></a><h3>
<a name="id2625422"></a><h3>
<a name="gimp-rgb-to-hsv4"></a>gimp_rgb_to_hsv4 ()</h3>
<a class="indexterm" name="id2608379"></a><pre class="programlisting">void gimp_rgb_to_hsv4 (const <a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> *value);</pre>
<a class="indexterm" name="id2625432"></a><pre class="programlisting">void gimp_rgb_to_hsv4 (const guchar *rgb,
gdouble *hue,
gdouble *saturation,
gdouble *value);</pre>
<p>
</p>
<p>
@ -815,23 +667,23 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td> Pointer to value channel (0..1)
</td>
</tr>
@ -840,20 +692,12 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608485"></a><h3>
<a name="id2625538"></a><h3>
<a name="gimp-hsv-to-rgb4"></a>gimp_hsv_to_rgb4 ()</h3>
<a class="indexterm" name="id2608495"></a><pre class="programlisting">void gimp_hsv_to_rgb4 (<a
href="../glib/glib-Basic-Types.html#guchar"
>guchar</a> *rgb,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value);</pre>
<a class="indexterm" name="id2625548"></a><pre class="programlisting">void gimp_hsv_to_rgb4 (guchar *rgb,
gdouble hue,
gdouble saturation,
gdouble value);</pre>
<p>
</p>
<p>
@ -863,23 +707,23 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>rgb</code></em>&#160;:</span></p></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><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></td>
<td> Hue channel (0..1)
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></td>
<td> Saturation channel (0..1)
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td> Value channel (0..1)
</td>
</tr>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GimpHSV</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<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-GimpRGB.html" title="GimpRGB">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
<td><a accesskey="n" href="libgimpcolor-GimpCMYK.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2566969" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2610491" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2565160" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2582321" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpcolor-GimpHSV"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2566969"></a><span class="refentrytitle">GimpHSV</span>
<a name="id2610491"></a><span class="refentrytitle">GimpHSV</span>
</h2>
<p>GimpHSV &#8212; Definitions and Functions relating to HSV colors.</p>
</td>
@ -46,49 +46,35 @@
<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a>;
<a href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a>;
void <a href="libgimpcolor-GimpHSV.html#gimp-hsv-set">gimp_hsv_set</a> (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value);
void <a href="libgimpcolor-GimpHSV.html#gimp-hsv-clamp">gimp_hsv_clamp</a> (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);
void <a href="libgimpcolor-GimpHSV.html#gimp-hsva-set">gimp_hsva_set</a> (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsva,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> alpha);
#define <a href="libgimpcolor-GimpHSV.html#GIMP-TYPE-HSV:CAPS">GIMP_TYPE_HSV</a>
#define <a href="libgimpcolor-GimpHSV.html#GIMP-TYPE-HSL:CAPS">GIMP_TYPE_HSL</a>
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a>;
<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSL">GimpHSL</a>;
void <a class="link" href="libgimpcolor-GimpHSV.html#gimp-hsv-set">gimp_hsv_set</a> (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
gdouble hue,
gdouble saturation,
gdouble value);
void <a class="link" href="libgimpcolor-GimpHSV.html#gimp-hsv-clamp">gimp_hsv_clamp</a> (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);
void <a class="link" href="libgimpcolor-GimpHSV.html#gimp-hsva-set">gimp_hsva_set</a> (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsva,
gdouble hue,
gdouble saturation,
gdouble value,
gdouble alpha);
#define <a class="link" href="libgimpcolor-GimpHSV.html#GIMP-TYPE-HSV:CAPS">GIMP_TYPE_HSV</a>
#define <a class="link" href="libgimpcolor-GimpHSV.html#GIMP-TYPE-HSL:CAPS">GIMP_TYPE_HSL</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2565160"></a><h2>Description</h2>
<a name="id2582321"></a><h2>Description</h2>
<p>
Definitions and Functions relating to HSV colors.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2565177"></a><h2>Details</h2>
<a name="id2582338"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2565187"></a><h3>
<a name="id2582349"></a><h3>
<a name="GimpHSV"></a>GimpHSV</h3>
<a class="indexterm" name="id2565199"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2582361"></a><pre class="programlisting">typedef struct {
gdouble h, s, v, a;
} GimpHSV;
</pre>
@ -98,9 +84,9 @@ Definitions and Functions relating to HSV colors.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566782"></a><h3>
<a name="id2588463"></a><h3>
<a name="GimpHSL"></a>GimpHSL</h3>
<a class="indexterm" name="id2566794"></a><pre class="programlisting">typedef struct {
<a class="indexterm" name="id2588475"></a><pre class="programlisting">typedef struct {
gdouble h, s, l, a;
} GimpHSL;
</pre>
@ -110,18 +96,12 @@ Definitions and Functions relating to HSV colors.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566811"></a><h3>
<a name="id2588492"></a><h3>
<a name="gimp-hsv-set"></a>gimp_hsv_set ()</h3>
<a class="indexterm" name="id2566823"></a><pre class="programlisting">void gimp_hsv_set (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value);</pre>
<a class="indexterm" name="id2588504"></a><pre class="programlisting">void gimp_hsv_set (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv,
gdouble hue,
gdouble saturation,
gdouble value);</pre>
<p>
</p>
@ -129,22 +109,22 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td>
@ -155,16 +135,16 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565931"></a><h3>
<a name="id2579992"></a><h3>
<a name="gimp-hsv-clamp"></a>gimp_hsv_clamp ()</h3>
<a class="indexterm" name="id2565943"></a><pre class="programlisting">void gimp_hsv_clamp (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);</pre>
<a class="indexterm" name="id2580004"></a><pre class="programlisting">void gimp_hsv_clamp (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsv);</pre>
<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><p><span class="term"><em class="parameter"><code>hsv</code></em>&#160;:</span></p></td>
<td>
@ -174,21 +154,13 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2565989"></a><h3>
<a name="id2580050"></a><h3>
<a name="gimp-hsva-set"></a>gimp_hsva_set ()</h3>
<a class="indexterm" name="id2566001"></a><pre class="programlisting">void gimp_hsva_set (<a href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsva,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> hue,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> saturation,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> value,
<a
href="../glib/glib-Basic-Types.html#gdouble"
>gdouble</a> alpha);</pre>
<a class="indexterm" name="id2580062"></a><pre class="programlisting">void gimp_hsva_set (<a class="link" href="libgimpcolor-GimpHSV.html#GimpHSV">GimpHSV</a> *hsva,
gdouble hue,
gdouble saturation,
gdouble value,
gdouble alpha);</pre>
<p>
</p>
@ -196,27 +168,27 @@ href="../glib/glib-Basic-Types.html#gdouble"
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hsva</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hsva</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>hue</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>saturation</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></p></td>
<td>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></td>
<td><p><span class="term"><em class="parameter"><code>alpha</code></em>&#160;:</span></p></td>
<td>
@ -227,9 +199,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566132"></a><h3>
<a name="id2580194"></a><h3>
<a name="GIMP-TYPE-HSV:CAPS"></a>GIMP_TYPE_HSV</h3>
<a class="indexterm" name="id2566145"></a><pre class="programlisting">#define GIMP_TYPE_HSV (gimp_hsv_get_type ())
<a class="indexterm" name="id2580206"></a><pre class="programlisting">#define GIMP_TYPE_HSV (gimp_hsv_get_type ())
</pre>
<p>
@ -237,9 +209,9 @@ href="../glib/glib-Basic-Types.html#gdouble"
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2566161"></a><h3>
<a name="id2580222"></a><h3>
<a name="GIMP-TYPE-HSL:CAPS"></a>GIMP_TYPE_HSL</h3>
<a class="indexterm" name="id2566174"></a><pre class="programlisting">#define GIMP_TYPE_HSL (gimp_hsl_get_type ())
<a class="indexterm" name="id2605859"></a><pre class="programlisting">#define GIMP_TYPE_HSL (gimp_hsl_get_type ())
</pre>
<p>

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Index of deprecated symbols</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
@ -29,17 +29,17 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_rgb_intensity, <a href="libgimpcolor-GimpRGB.html#id2604446">gimp_rgb_intensity ()</a>
<dt>gimp_rgb_intensity, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621484">gimp_rgb_intensity ()</a>
</dt>
<dt>GIMP_RGB_INTENSITY, <a href="libgimpcolor-GimpRGB.html#id2605741">GIMP_RGB_INTENSITY()</a>
<dt>GIMP_RGB_INTENSITY, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622857">GIMP_RGB_INTENSITY()</a>
</dt>
<dt>GIMP_RGB_INTENSITY_BLUE, <a href="libgimpcolor-GimpRGB.html#id2605902">GIMP_RGB_INTENSITY_BLUE</a>
<dt>GIMP_RGB_INTENSITY_BLUE, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623042">GIMP_RGB_INTENSITY_BLUE</a>
</dt>
<dt>GIMP_RGB_INTENSITY_GREEN, <a href="libgimpcolor-GimpRGB.html#id2605862">GIMP_RGB_INTENSITY_GREEN</a>
<dt>GIMP_RGB_INTENSITY_GREEN, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622996">GIMP_RGB_INTENSITY_GREEN</a>
</dt>
<dt>GIMP_RGB_INTENSITY_RED, <a href="libgimpcolor-GimpRGB.html#id2605823">GIMP_RGB_INTENSITY_RED</a>
<dt>GIMP_RGB_INTENSITY_RED, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622951">GIMP_RGB_INTENSITY_RED</a>
</dt>
<dt>gimp_rgb_intensity_uchar, <a href="libgimpcolor-GimpRGB.html#id2604533">gimp_rgb_intensity_uchar ()</a>
<dt>gimp_rgb_intensity_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621572">gimp_rgb_intensity_uchar ()</a>
</dt>
</dl>
</div></div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Index of new symbols in GIMP 2.2</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index.html" title="Index">
@ -30,15 +30,15 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_rgba_parse_css, <a href="libgimpcolor-GimpRGB.html#id2605127">gimp_rgba_parse_css ()</a>
<dt>gimp_rgba_parse_css, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622165">gimp_rgba_parse_css ()</a>
</dt>
<dt>gimp_rgb_list_names, <a href="libgimpcolor-GimpRGB.html#id2603633">gimp_rgb_list_names ()</a>
<dt>gimp_rgb_list_names, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620669">gimp_rgb_list_names ()</a>
</dt>
<dt>gimp_rgb_parse_css, <a href="libgimpcolor-GimpRGB.html#id2603405">gimp_rgb_parse_css ()</a>
<dt>gimp_rgb_parse_css, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620465">gimp_rgb_parse_css ()</a>
</dt>
<dt>gimp_rgb_parse_hex, <a href="libgimpcolor-GimpRGB.html#id2603217">gimp_rgb_parse_hex ()</a>
<dt>gimp_rgb_parse_hex, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620296">gimp_rgb_parse_hex ()</a>
</dt>
<dt>gimp_rgb_parse_name, <a href="libgimpcolor-GimpRGB.html#id2603024">gimp_rgb_parse_name ()</a>
<dt>gimp_rgb_parse_name, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620125">gimp_rgb_parse_name ()</a>
</dt>
</dl>
</div></div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Index of new symbols in GIMP 2.4</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
@ -30,17 +30,17 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>gimp_color_managed_get_icc_profile, <a href="libgimpcolor-GimpColorManaged.html#id2599742">gimp_color_managed_get_icc_profile ()</a>
<dt>gimp_color_managed_get_icc_profile, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2606799">gimp_color_managed_get_icc_profile ()</a>
</dt>
<dt>gimp_color_managed_profile_changed, <a href="libgimpcolor-GimpColorManaged.html#id2560174">gimp_color_managed_profile_changed ()</a>
<dt>gimp_color_managed_profile_changed, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2585944">gimp_color_managed_profile_changed ()</a>
</dt>
<dt>gimp_param_spec_rgb, <a href="libgimpcolor-GimpRGB.html#id2606010">gimp_param_spec_rgb ()</a>
<dt>gimp_param_spec_rgb, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623169">gimp_param_spec_rgb ()</a>
</dt>
<dt>gimp_param_spec_rgb_has_alpha, <a href="libgimpcolor-GimpRGB.html#id2606240">gimp_param_spec_rgb_has_alpha ()</a>
<dt>gimp_param_spec_rgb_has_alpha, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623401">gimp_param_spec_rgb_has_alpha ()</a>
</dt>
<dt>gimp_rgb_luminance, <a href="libgimpcolor-GimpRGB.html#id2604299">gimp_rgb_luminance ()</a>
<dt>gimp_rgb_luminance, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621338">gimp_rgb_luminance ()</a>
</dt>
<dt>gimp_rgb_luminance_uchar, <a href="libgimpcolor-GimpRGB.html#id2604372">gimp_rgb_luminance_uchar ()</a>
<dt>gimp_rgb_luminance_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621411">gimp_rgb_luminance_uchar ()</a>
</dt>
</dl>
</div></div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Index</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-GimpBilinear.html" title="GimpBilinear">
@ -30,191 +30,191 @@
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GimpCMYK, <a href="libgimpcolor-GimpCMYK.html#id2565212">GimpCMYK</a>
<dt>GimpCMYK, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2573464">GimpCMYK</a>
</dt>
<dt>GimpColorManaged, <a href="libgimpcolor-GimpColorManaged.html#id2599682">GimpColorManaged</a>
<dt>GimpColorManaged, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2606739">GimpColorManaged</a>
</dt>
<dt>GimpColorManagedInterface, <a href="libgimpcolor-GimpColorManaged.html#id2599711">GimpColorManagedInterface</a>
<dt>GimpColorManagedInterface, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2606768">GimpColorManagedInterface</a>
</dt>
<dt>GimpHSL, <a href="libgimpcolor-GimpHSV.html#id2566782">GimpHSL</a>
<dt>GimpHSL, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2588463">GimpHSL</a>
</dt>
<dt>GimpHSV, <a href="libgimpcolor-GimpHSV.html#id2565187">GimpHSV</a>
<dt>GimpHSV, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2582349">GimpHSV</a>
</dt>
<dt>GimpProgressFunc, <a href="libgimpcolor-GimpAdaptiveSupersample.html#id2570501">GimpProgressFunc ()</a>
<dt>GimpProgressFunc, <a class="indexterm" href="libgimpcolor-GimpAdaptiveSupersample.html#id2591813">GimpProgressFunc ()</a>
</dt>
<dt>GimpPutPixelFunc, <a href="libgimpcolor-GimpAdaptiveSupersample.html#id2576793">GimpPutPixelFunc ()</a>
<dt>GimpPutPixelFunc, <a class="indexterm" href="libgimpcolor-GimpAdaptiveSupersample.html#id2581553">GimpPutPixelFunc ()</a>
</dt>
<dt>GimpRenderFunc, <a href="libgimpcolor-GimpAdaptiveSupersample.html#id2576915">GimpRenderFunc ()</a>
<dt>GimpRenderFunc, <a class="indexterm" href="libgimpcolor-GimpAdaptiveSupersample.html#id2576705">GimpRenderFunc ()</a>
</dt>
<dt>GimpRGB, <a href="libgimpcolor-GimpRGB.html#id2602466">GimpRGB</a>
<dt>GimpRGB, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2619627">GimpRGB</a>
</dt>
<dt>GimpRGBCompositeMode, <a href="libgimpcolor-GimpRGB.html#id2602495">enum GimpRGBCompositeMode</a>
<dt>GimpRGBCompositeMode, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2619653">enum GimpRGBCompositeMode</a>
</dt>
<dt>gimp_adaptive_supersample_area, <a href="libgimpcolor-GimpAdaptiveSupersample.html#id2559878">gimp_adaptive_supersample_area ()</a>
<dt>gimp_adaptive_supersample_area, <a class="indexterm" href="libgimpcolor-GimpAdaptiveSupersample.html#id2576827">gimp_adaptive_supersample_area ()</a>
</dt>
<dt>gimp_bilinear, <a href="libgimpcolor-GimpBilinear.html#id2558308">gimp_bilinear ()</a>
<dt>gimp_bilinear, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2623847">gimp_bilinear ()</a>
</dt>
<dt>gimp_bilinear_16, <a href="libgimpcolor-GimpBilinear.html#id2606750">gimp_bilinear_16 ()</a>
<dt>gimp_bilinear_16, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2581280">gimp_bilinear_16 ()</a>
</dt>
<dt>gimp_bilinear_32, <a href="libgimpcolor-GimpBilinear.html#id2559047">gimp_bilinear_32 ()</a>
<dt>gimp_bilinear_32, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2593243">gimp_bilinear_32 ()</a>
</dt>
<dt>gimp_bilinear_8, <a href="libgimpcolor-GimpBilinear.html#id2606638">gimp_bilinear_8 ()</a>
<dt>gimp_bilinear_8, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2581169">gimp_bilinear_8 ()</a>
</dt>
<dt>gimp_bilinear_pixels_8, <a href="libgimpcolor-GimpBilinear.html#id2609736">gimp_bilinear_pixels_8 ()</a>
<dt>gimp_bilinear_pixels_8, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2626905">gimp_bilinear_pixels_8 ()</a>
</dt>
<dt>gimp_bilinear_rgb, <a href="libgimpcolor-GimpBilinear.html#id2559158">gimp_bilinear_rgb ()</a>
<dt>gimp_bilinear_rgb, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2593355">gimp_bilinear_rgb ()</a>
</dt>
<dt>gimp_bilinear_rgba, <a href="libgimpcolor-GimpBilinear.html#id2559269">gimp_bilinear_rgba ()</a>
<dt>gimp_bilinear_rgba, <a class="indexterm" href="libgimpcolor-GimpBilinear.html#id2593466">gimp_bilinear_rgba ()</a>
</dt>
<dt>gimp_cmyka_get_uchar, <a href="libgimpcolor-GimpCMYK.html#id2560769">gimp_cmyka_get_uchar ()</a>
<dt>gimp_cmyka_get_uchar, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2577751">gimp_cmyka_get_uchar ()</a>
</dt>
<dt>gimp_cmyka_set, <a href="libgimpcolor-GimpCMYK.html#id2601678">gimp_cmyka_set ()</a>
<dt>gimp_cmyka_set, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2527199">gimp_cmyka_set ()</a>
</dt>
<dt>gimp_cmyka_set_uchar, <a href="libgimpcolor-GimpCMYK.html#id2560584">gimp_cmyka_set_uchar ()</a>
<dt>gimp_cmyka_set_uchar, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2577567">gimp_cmyka_set_uchar ()</a>
</dt>
<dt>gimp_cmyk_get_uchar, <a href="libgimpcolor-GimpCMYK.html#id2601516">gimp_cmyk_get_uchar ()</a>
<dt>gimp_cmyk_get_uchar, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2527037">gimp_cmyk_get_uchar ()</a>
</dt>
<dt>gimp_cmyk_set, <a href="libgimpcolor-GimpCMYK.html#id2565240">gimp_cmyk_set ()</a>
<dt>gimp_cmyk_set, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2573493">gimp_cmyk_set ()</a>
</dt>
<dt>gimp_cmyk_set_uchar, <a href="libgimpcolor-GimpCMYK.html#id2565402">gimp_cmyk_set_uchar ()</a>
<dt>gimp_cmyk_set_uchar, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2573654">gimp_cmyk_set_uchar ()</a>
</dt>
<dt>gimp_cmyk_to_rgb, <a href="libgimpcolor-GimpColorSpace.html#id2607197">gimp_cmyk_to_rgb ()</a>
<dt>gimp_cmyk_to_rgb, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624336">gimp_cmyk_to_rgb ()</a>
</dt>
<dt>gimp_cmyk_to_rgb_int, <a href="libgimpcolor-GimpColorSpace.html#id2608041">gimp_cmyk_to_rgb_int ()</a>
<dt>gimp_cmyk_to_rgb_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2625096">gimp_cmyk_to_rgb_int ()</a>
</dt>
<dt>gimp_color_managed_get_icc_profile, <a href="libgimpcolor-GimpColorManaged.html#id2599742">gimp_color_managed_get_icc_profile ()</a>
<dt>gimp_color_managed_get_icc_profile, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2606799">gimp_color_managed_get_icc_profile ()</a>
</dt>
<dt>gimp_color_managed_profile_changed, <a href="libgimpcolor-GimpColorManaged.html#id2560174">gimp_color_managed_profile_changed ()</a>
<dt>gimp_color_managed_profile_changed, <a class="indexterm" href="libgimpcolor-GimpColorManaged.html#id2585944">gimp_color_managed_profile_changed ()</a>
</dt>
<dt>gimp_hsl_to_rgb, <a href="libgimpcolor-GimpColorSpace.html#id2607116">gimp_hsl_to_rgb ()</a>
<dt>gimp_hsl_to_rgb, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624282">gimp_hsl_to_rgb ()</a>
</dt>
<dt>gimp_hsl_to_rgb_int, <a href="libgimpcolor-GimpColorSpace.html#id2608266">gimp_hsl_to_rgb_int ()</a>
<dt>gimp_hsl_to_rgb_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2625320">gimp_hsl_to_rgb_int ()</a>
</dt>
<dt>gimp_hsva_set, <a href="libgimpcolor-GimpHSV.html#id2565989">gimp_hsva_set ()</a>
<dt>gimp_hsva_set, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2580050">gimp_hsva_set ()</a>
</dt>
<dt>gimp_hsv_clamp, <a href="libgimpcolor-GimpHSV.html#id2565931">gimp_hsv_clamp ()</a>
<dt>gimp_hsv_clamp, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2579992">gimp_hsv_clamp ()</a>
</dt>
<dt>gimp_hsv_set, <a href="libgimpcolor-GimpHSV.html#id2566811">gimp_hsv_set ()</a>
<dt>gimp_hsv_set, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2588492">gimp_hsv_set ()</a>
</dt>
<dt>gimp_hsv_to_rgb, <a href="libgimpcolor-GimpColorSpace.html#id2607042">gimp_hsv_to_rgb ()</a>
<dt>gimp_hsv_to_rgb, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624208">gimp_hsv_to_rgb ()</a>
</dt>
<dt>gimp_hsv_to_rgb4, <a href="libgimpcolor-GimpColorSpace.html#id2608485">gimp_hsv_to_rgb4 ()</a>
<dt>gimp_hsv_to_rgb4, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2625538">gimp_hsv_to_rgb4 ()</a>
</dt>
<dt>gimp_hsv_to_rgb_int, <a href="libgimpcolor-GimpColorSpace.html#id2607667">gimp_hsv_to_rgb_int ()</a>
<dt>gimp_hsv_to_rgb_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624758">gimp_hsv_to_rgb_int ()</a>
</dt>
<dt>gimp_hwb_to_rgb, <a href="libgimpcolor-GimpColorSpace.html#id2607422">gimp_hwb_to_rgb ()</a>
<dt>gimp_hwb_to_rgb, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624538">gimp_hwb_to_rgb ()</a>
</dt>
<dt>gimp_param_spec_rgb, <a href="libgimpcolor-GimpRGB.html#id2606010">gimp_param_spec_rgb ()</a>
<dt>gimp_param_spec_rgb, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623169">gimp_param_spec_rgb ()</a>
</dt>
<dt>gimp_param_spec_rgb_has_alpha, <a href="libgimpcolor-GimpRGB.html#id2606240">gimp_param_spec_rgb_has_alpha ()</a>
<dt>gimp_param_spec_rgb_has_alpha, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623401">gimp_param_spec_rgb_has_alpha ()</a>
</dt>
<dt>gimp_rgba_add, <a href="libgimpcolor-GimpRGB.html#id2605305">gimp_rgba_add ()</a>
<dt>gimp_rgba_add, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622357">gimp_rgba_add ()</a>
</dt>
<dt>gimp_rgba_distance, <a href="libgimpcolor-GimpRGB.html#id2605516">gimp_rgba_distance ()</a>
<dt>gimp_rgba_distance, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622598">gimp_rgba_distance ()</a>
</dt>
<dt>gimp_rgba_get_uchar, <a href="libgimpcolor-GimpRGB.html#id2604999">gimp_rgba_get_uchar ()</a>
<dt>gimp_rgba_get_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622038">gimp_rgba_get_uchar ()</a>
</dt>
<dt>gimp_rgba_multiply, <a href="libgimpcolor-GimpRGB.html#id2605446">gimp_rgba_multiply ()</a>
<dt>gimp_rgba_multiply, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622518">gimp_rgba_multiply ()</a>
</dt>
<dt>gimp_rgba_parse_css, <a href="libgimpcolor-GimpRGB.html#id2605127">gimp_rgba_parse_css ()</a>
<dt>gimp_rgba_parse_css, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622165">gimp_rgba_parse_css ()</a>
</dt>
<dt>gimp_rgba_set, <a href="libgimpcolor-GimpRGB.html#id2604710">gimp_rgba_set ()</a>
<dt>gimp_rgba_set, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621749">gimp_rgba_set ()</a>
</dt>
<dt>gimp_rgba_set_uchar, <a href="libgimpcolor-GimpRGB.html#id2604855">gimp_rgba_set_uchar ()</a>
<dt>gimp_rgba_set_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621894">gimp_rgba_set_uchar ()</a>
</dt>
<dt>gimp_rgba_subtract, <a href="libgimpcolor-GimpRGB.html#id2605375">gimp_rgba_subtract ()</a>
<dt>gimp_rgba_subtract, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622437">gimp_rgba_subtract ()</a>
</dt>
<dt>gimp_rgb_add, <a href="libgimpcolor-GimpRGB.html#id2603765">gimp_rgb_add ()</a>
<dt>gimp_rgb_add, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620804">gimp_rgb_add ()</a>
</dt>
<dt>gimp_rgb_clamp, <a href="libgimpcolor-GimpRGB.html#id2604178">gimp_rgb_clamp ()</a>
<dt>gimp_rgb_clamp, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621217">gimp_rgb_clamp ()</a>
</dt>
<dt>gimp_rgb_composite, <a href="libgimpcolor-GimpRGB.html#id2604620">gimp_rgb_composite ()</a>
<dt>gimp_rgb_composite, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621659">gimp_rgb_composite ()</a>
</dt>
<dt>gimp_rgb_distance, <a href="libgimpcolor-GimpRGB.html#id2603976">gimp_rgb_distance ()</a>
<dt>gimp_rgb_distance, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621015">gimp_rgb_distance ()</a>
</dt>
<dt>gimp_rgb_gamma, <a href="libgimpcolor-GimpRGB.html#id2604229">gimp_rgb_gamma ()</a>
<dt>gimp_rgb_gamma, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621268">gimp_rgb_gamma ()</a>
</dt>
<dt>gimp_rgb_get_uchar, <a href="libgimpcolor-GimpRGB.html#id2602902">gimp_rgb_get_uchar ()</a>
<dt>gimp_rgb_get_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620016">gimp_rgb_get_uchar ()</a>
</dt>
<dt>gimp_rgb_intensity, <a href="libgimpcolor-GimpRGB.html#id2604446">gimp_rgb_intensity ()</a>
<dt>gimp_rgb_intensity, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621484">gimp_rgb_intensity ()</a>
</dt>
<dt>GIMP_RGB_INTENSITY, <a href="libgimpcolor-GimpRGB.html#id2605741">GIMP_RGB_INTENSITY()</a>
<dt>GIMP_RGB_INTENSITY, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622857">GIMP_RGB_INTENSITY()</a>
</dt>
<dt>GIMP_RGB_INTENSITY_BLUE, <a href="libgimpcolor-GimpRGB.html#id2605902">GIMP_RGB_INTENSITY_BLUE</a>
<dt>GIMP_RGB_INTENSITY_BLUE, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623042">GIMP_RGB_INTENSITY_BLUE</a>
</dt>
<dt>GIMP_RGB_INTENSITY_GREEN, <a href="libgimpcolor-GimpRGB.html#id2605862">GIMP_RGB_INTENSITY_GREEN</a>
<dt>GIMP_RGB_INTENSITY_GREEN, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622996">GIMP_RGB_INTENSITY_GREEN</a>
</dt>
<dt>GIMP_RGB_INTENSITY_RED, <a href="libgimpcolor-GimpRGB.html#id2605823">GIMP_RGB_INTENSITY_RED</a>
<dt>GIMP_RGB_INTENSITY_RED, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622951">GIMP_RGB_INTENSITY_RED</a>
</dt>
<dt>gimp_rgb_intensity_uchar, <a href="libgimpcolor-GimpRGB.html#id2604533">gimp_rgb_intensity_uchar ()</a>
<dt>gimp_rgb_intensity_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621572">gimp_rgb_intensity_uchar ()</a>
</dt>
<dt>gimp_rgb_list_names, <a href="libgimpcolor-GimpRGB.html#id2603633">gimp_rgb_list_names ()</a>
<dt>gimp_rgb_list_names, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620669">gimp_rgb_list_names ()</a>
</dt>
<dt>gimp_rgb_luminance, <a href="libgimpcolor-GimpRGB.html#id2604299">gimp_rgb_luminance ()</a>
<dt>gimp_rgb_luminance, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621338">gimp_rgb_luminance ()</a>
</dt>
<dt>GIMP_RGB_LUMINANCE, <a href="libgimpcolor-GimpRGB.html#id2605596">GIMP_RGB_LUMINANCE()</a>
<dt>GIMP_RGB_LUMINANCE, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622689">GIMP_RGB_LUMINANCE()</a>
</dt>
<dt>GIMP_RGB_LUMINANCE_BLUE, <a href="libgimpcolor-GimpRGB.html#id2605714">GIMP_RGB_LUMINANCE_BLUE</a>
<dt>GIMP_RGB_LUMINANCE_BLUE, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622827">GIMP_RGB_LUMINANCE_BLUE</a>
</dt>
<dt>GIMP_RGB_LUMINANCE_GREEN, <a href="libgimpcolor-GimpRGB.html#id2605688">GIMP_RGB_LUMINANCE_GREEN</a>
<dt>GIMP_RGB_LUMINANCE_GREEN, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622796">GIMP_RGB_LUMINANCE_GREEN</a>
</dt>
<dt>GIMP_RGB_LUMINANCE_RED, <a href="libgimpcolor-GimpRGB.html#id2605663">GIMP_RGB_LUMINANCE_RED</a>
<dt>GIMP_RGB_LUMINANCE_RED, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2622767">GIMP_RGB_LUMINANCE_RED</a>
</dt>
<dt>gimp_rgb_luminance_uchar, <a href="libgimpcolor-GimpRGB.html#id2604372">gimp_rgb_luminance_uchar ()</a>
<dt>gimp_rgb_luminance_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621411">gimp_rgb_luminance_uchar ()</a>
</dt>
<dt>gimp_rgb_max, <a href="libgimpcolor-GimpRGB.html#id2604056">gimp_rgb_max ()</a>
<dt>gimp_rgb_max, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621095">gimp_rgb_max ()</a>
</dt>
<dt>gimp_rgb_min, <a href="libgimpcolor-GimpRGB.html#id2604117">gimp_rgb_min ()</a>
<dt>gimp_rgb_min, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2621156">gimp_rgb_min ()</a>
</dt>
<dt>gimp_rgb_multiply, <a href="libgimpcolor-GimpRGB.html#id2603906">gimp_rgb_multiply ()</a>
<dt>gimp_rgb_multiply, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620945">gimp_rgb_multiply ()</a>
</dt>
<dt>gimp_rgb_parse_css, <a href="libgimpcolor-GimpRGB.html#id2603405">gimp_rgb_parse_css ()</a>
<dt>gimp_rgb_parse_css, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620465">gimp_rgb_parse_css ()</a>
</dt>
<dt>gimp_rgb_parse_hex, <a href="libgimpcolor-GimpRGB.html#id2603217">gimp_rgb_parse_hex ()</a>
<dt>gimp_rgb_parse_hex, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620296">gimp_rgb_parse_hex ()</a>
</dt>
<dt>gimp_rgb_parse_name, <a href="libgimpcolor-GimpRGB.html#id2603024">gimp_rgb_parse_name ()</a>
<dt>gimp_rgb_parse_name, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620125">gimp_rgb_parse_name ()</a>
</dt>
<dt>gimp_rgb_set, <a href="libgimpcolor-GimpRGB.html#id2602523">gimp_rgb_set ()</a>
<dt>gimp_rgb_set, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2619681">gimp_rgb_set ()</a>
</dt>
<dt>gimp_rgb_set_alpha, <a href="libgimpcolor-GimpRGB.html#id2602666">gimp_rgb_set_alpha ()</a>
<dt>gimp_rgb_set_alpha, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2619806">gimp_rgb_set_alpha ()</a>
</dt>
<dt>gimp_rgb_set_uchar, <a href="libgimpcolor-GimpRGB.html#id2602762">gimp_rgb_set_uchar ()</a>
<dt>gimp_rgb_set_uchar, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2619891">gimp_rgb_set_uchar ()</a>
</dt>
<dt>gimp_rgb_subtract, <a href="libgimpcolor-GimpRGB.html#id2603836">gimp_rgb_subtract ()</a>
<dt>gimp_rgb_subtract, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2620874">gimp_rgb_subtract ()</a>
</dt>
<dt>gimp_rgb_to_cmyk, <a href="libgimpcolor-GimpColorSpace.html#id2563512">gimp_rgb_to_cmyk ()</a>
<dt>gimp_rgb_to_cmyk, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2587907">gimp_rgb_to_cmyk ()</a>
</dt>
<dt>gimp_rgb_to_cmyk_int, <a href="libgimpcolor-GimpColorSpace.html#id2607896">gimp_rgb_to_cmyk_int ()</a>
<dt>gimp_rgb_to_cmyk_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624964">gimp_rgb_to_cmyk_int ()</a>
</dt>
<dt>gimp_rgb_to_hsl, <a href="libgimpcolor-GimpColorSpace.html#id2563428">gimp_rgb_to_hsl ()</a>
<dt>gimp_rgb_to_hsl, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2587823">gimp_rgb_to_hsl ()</a>
</dt>
<dt>gimp_rgb_to_hsl_int, <a href="libgimpcolor-GimpColorSpace.html#id2607781">gimp_rgb_to_hsl_int ()</a>
<dt>gimp_rgb_to_hsl_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624862">gimp_rgb_to_hsl_int ()</a>
</dt>
<dt>gimp_rgb_to_hsv, <a href="libgimpcolor-GimpColorSpace.html#id2563332">gimp_rgb_to_hsv ()</a>
<dt>gimp_rgb_to_hsv, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2587739">gimp_rgb_to_hsv ()</a>
</dt>
<dt>gimp_rgb_to_hsv4, <a href="libgimpcolor-GimpColorSpace.html#id2608369">gimp_rgb_to_hsv4 ()</a>
<dt>gimp_rgb_to_hsv4, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2625422">gimp_rgb_to_hsv4 ()</a>
</dt>
<dt>gimp_rgb_to_hsv_int, <a href="libgimpcolor-GimpColorSpace.html#id2607552">gimp_rgb_to_hsv_int ()</a>
<dt>gimp_rgb_to_hsv_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624654">gimp_rgb_to_hsv_int ()</a>
</dt>
<dt>gimp_rgb_to_hwb, <a href="libgimpcolor-GimpColorSpace.html#id2607283">gimp_rgb_to_hwb ()</a>
<dt>gimp_rgb_to_hwb, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2624412">gimp_rgb_to_hwb ()</a>
</dt>
<dt>gimp_rgb_to_l_int, <a href="libgimpcolor-GimpColorSpace.html#id2608170">gimp_rgb_to_l_int ()</a>
<dt>gimp_rgb_to_l_int, <a class="indexterm" href="libgimpcolor-GimpColorSpace.html#id2625215">gimp_rgb_to_l_int ()</a>
</dt>
<dt>GIMP_TYPE_CMYK, <a href="libgimpcolor-GimpCMYK.html#id2560952">GIMP_TYPE_CMYK</a>
<dt>GIMP_TYPE_CMYK, <a class="indexterm" href="libgimpcolor-GimpCMYK.html#id2577934">GIMP_TYPE_CMYK</a>
</dt>
<dt>GIMP_TYPE_HSL, <a href="libgimpcolor-GimpHSV.html#id2566161">GIMP_TYPE_HSL</a>
<dt>GIMP_TYPE_HSL, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2580222">GIMP_TYPE_HSL</a>
</dt>
<dt>GIMP_TYPE_HSV, <a href="libgimpcolor-GimpHSV.html#id2566132">GIMP_TYPE_HSV</a>
<dt>GIMP_TYPE_HSV, <a class="indexterm" href="libgimpcolor-GimpHSV.html#id2580194">GIMP_TYPE_HSV</a>
</dt>
<dt>GIMP_TYPE_PARAM_RGB, <a href="libgimpcolor-GimpRGB.html#id2605985">GIMP_TYPE_PARAM_RGB</a>
<dt>GIMP_TYPE_PARAM_RGB, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623138">GIMP_TYPE_PARAM_RGB</a>
</dt>
<dt>GIMP_TYPE_RGB, <a href="libgimpcolor-GimpRGB.html#id2605941">GIMP_TYPE_RGB</a>
<dt>GIMP_TYPE_RGB, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623087">GIMP_TYPE_RGB</a>
</dt>
<dt>gimp_value_get_rgb, <a href="libgimpcolor-GimpRGB.html#id2606397">gimp_value_get_rgb ()</a>
<dt>gimp_value_get_rgb, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623559">gimp_value_get_rgb ()</a>
</dt>
<dt>GIMP_VALUE_HOLDS_RGB, <a href="libgimpcolor-GimpRGB.html#id2606348">GIMP_VALUE_HOLDS_RGB()</a>
<dt>GIMP_VALUE_HOLDS_RGB, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623509">GIMP_VALUE_HOLDS_RGB()</a>
</dt>
<dt>gimp_value_set_rgb, <a href="libgimpcolor-GimpRGB.html#id2606477">gimp_value_set_rgb ()</a>
<dt>gimp_value_set_rgb, <a class="indexterm" href="libgimpcolor-GimpRGB.html#id2623639">gimp_value_set_rgb ()</a>
</dt>
</dl>
</div></div>

View File

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Part&#160;I.&#160;GIMP Color Library</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="index.html" title="GIMP Color Library Reference Manual">