Imported Upstream version 2.3.11
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpchannel</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="prev" href="libgimp-image.html" title="Manupulating Images and all their Properties">
|
||||
<link rel="next" href="libgimp-gimpcolor.html" title="gimpcolor">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="gimpdefinitions.html" title="Part I. GIMP Constants">
|
||||
<link rel="part" href="libgimp.html" title="Part II. GIMP Library">
|
||||
@ -32,21 +32,23 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpcolor.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="#top_of_page" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575638" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2602053" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpchannel"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpchannel</span></h2>
|
||||
<h2>
|
||||
<a name="id2575638"></a><span class="refentrytitle">gimpchannel</span>
|
||||
</h2>
|
||||
<p>gimpchannel — Functions for manipulating channels.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -89,17 +91,17 @@ href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<a name="id2602053"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions for manipulating channels.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<a name="id2602068"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2575223"></a><h3>
|
||||
<a name="id2602079"></a><h3>
|
||||
<a name="gimp-channel-new"></a>gimp_channel_new ()</h3>
|
||||
<a class="indexterm" name="id2575235"></a><pre class="programlisting">gint32 gimp_channel_new (gint32 image_ID,
|
||||
<a class="indexterm" name="id2602091"></a><pre class="programlisting">gint32 gimp_channel_new (gint32 image_ID,
|
||||
const gchar *name,
|
||||
guint width,
|
||||
guint height,
|
||||
@ -171,9 +173,9 @@ initially.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576145"></a><h3>
|
||||
<a name="id2612007"></a><h3>
|
||||
<a name="gimp-channel-new-from-component"></a>gimp_channel_new_from_component ()</h3>
|
||||
<a class="indexterm" name="id2576159"></a><pre class="programlisting">gint32 gimp_channel_new_from_component (gint32 image_ID,
|
||||
<a class="indexterm" name="id2612021"></a><pre class="programlisting">gint32 gimp_channel_new_from_component (gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
>GimpChannelType</a> component,
|
||||
@ -221,9 +223,9 @@ This procedure creates a new channel from a color component.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576270"></a><h3>
|
||||
<a name="id2612134"></a><h3>
|
||||
<a name="gimp-channel-copy"></a>gimp_channel_copy ()</h3>
|
||||
<a class="indexterm" name="id2576282"></a><pre class="programlisting">gint32 gimp_channel_copy (gint32 channel_ID);</pre>
|
||||
<a class="indexterm" name="id2612146"></a><pre class="programlisting">gint32 gimp_channel_copy (gint32 channel_ID);</pre>
|
||||
<p>
|
||||
Copy a channel.
|
||||
</p>
|
||||
@ -252,9 +254,9 @@ This procedure copies the specified channel and returns the copy.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576845"></a><h3>
|
||||
<a name="id2609027"></a><h3>
|
||||
<a name="gimp-channel-get-show-masked"></a>gimp_channel_get_show_masked ()</h3>
|
||||
<a class="indexterm" name="id2576856"></a><pre class="programlisting">gboolean gimp_channel_get_show_masked (gint32 channel_ID);</pre>
|
||||
<a class="indexterm" name="id2609040"></a><pre class="programlisting">gboolean gimp_channel_get_show_masked (gint32 channel_ID);</pre>
|
||||
<p>
|
||||
Get the composite method of the specified channel.
|
||||
</p>
|
||||
@ -285,9 +287,9 @@ masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2576923"></a><h3>
|
||||
<a name="id2609108"></a><h3>
|
||||
<a name="gimp-channel-set-show-masked"></a>gimp_channel_set_show_masked ()</h3>
|
||||
<a class="indexterm" name="id2576936"></a><pre class="programlisting">gboolean gimp_channel_set_show_masked (gint32 channel_ID,
|
||||
<a class="indexterm" name="id2609121"></a><pre class="programlisting">gboolean gimp_channel_set_show_masked (gint32 channel_ID,
|
||||
gboolean show_masked);</pre>
|
||||
<p>
|
||||
Set the composite method of the specified channel.
|
||||
@ -325,9 +327,9 @@ masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577026"></a><h3>
|
||||
<a name="id2609211"></a><h3>
|
||||
<a name="gimp-channel-get-opacity"></a>gimp_channel_get_opacity ()</h3>
|
||||
<a class="indexterm" name="id2577037"></a><pre class="programlisting">gdouble gimp_channel_get_opacity (gint32 channel_ID);</pre>
|
||||
<a class="indexterm" name="id2609222"></a><pre class="programlisting">gdouble gimp_channel_get_opacity (gint32 channel_ID);</pre>
|
||||
<p>
|
||||
Get the opacity of the specified channel.
|
||||
</p>
|
||||
@ -356,9 +358,9 @@ This procedure returns the specified channel's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577100"></a><h3>
|
||||
<a name="id2609285"></a><h3>
|
||||
<a name="gimp-channel-set-opacity"></a>gimp_channel_set_opacity ()</h3>
|
||||
<a class="indexterm" name="id2577112"></a><pre class="programlisting">gboolean gimp_channel_set_opacity (gint32 channel_ID,
|
||||
<a class="indexterm" name="id2609296"></a><pre class="programlisting">gboolean gimp_channel_set_opacity (gint32 channel_ID,
|
||||
gdouble opacity);</pre>
|
||||
<p>
|
||||
Set the opacity of the specified channel.
|
||||
@ -394,9 +396,9 @@ This procedure sets the specified channel's opacity.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2577197"></a><h3>
|
||||
<a name="id2609381"></a><h3>
|
||||
<a name="gimp-channel-get-color"></a>gimp_channel_get_color ()</h3>
|
||||
<a class="indexterm" name="id2577208"></a><pre class="programlisting">gboolean gimp_channel_get_color (gint32 channel_ID,
|
||||
<a class="indexterm" name="id2609392"></a><pre class="programlisting">gboolean gimp_channel_get_color (gint32 channel_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -434,9 +436,9 @@ This procedure returns the specified channel's compositing color.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581140"></a><h3>
|
||||
<a name="id2614212"></a><h3>
|
||||
<a name="gimp-channel-set-color"></a>gimp_channel_set_color ()</h3>
|
||||
<a class="indexterm" name="id2581151"></a><pre class="programlisting">gboolean gimp_channel_set_color (gint32 channel_ID,
|
||||
<a class="indexterm" name="id2614222"></a><pre class="programlisting">gboolean gimp_channel_set_color (gint32 channel_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
@ -474,9 +476,9 @@ This procedure sets the specified channel's compositing color.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2581229"></a><h3>
|
||||
<a name="id2614301"></a><h3>
|
||||
<a name="gimp-channel-combine-masks"></a>gimp_channel_combine_masks ()</h3>
|
||||
<a class="indexterm" name="id2581240"></a><pre class="programlisting">gboolean gimp_channel_combine_masks (gint32 channel1_ID,
|
||||
<a class="indexterm" name="id2614312"></a><pre class="programlisting">gboolean gimp_channel_combine_masks (gint32 channel1_ID,
|
||||
gint32 channel2_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
|
||||
|
Reference in New Issue
Block a user