Imported Upstream version 2.6.10
This commit is contained in:
@ -8,20 +8,8 @@
|
||||
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="prev" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="next" href="libgimp-gimpcolor.html" title="gimpcolor">
|
||||
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
|
||||
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
|
||||
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="part" href="libgimpui.html" title="Part II. GIMP User Interface Library">
|
||||
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
|
||||
<link rel="index" href="libgimp-index.html" title="Index">
|
||||
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
|
||||
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
|
||||
<link rel="index" href="libgimp-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
|
||||
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
@ -34,8 +22,8 @@
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts">
|
||||
<a href="#libgimp-gimpchannel.synopsis" class="shortcut">Top</a>
|
||||
|
|
||||
<a href="#libgimp-gimpchannel.description" class="shortcut">Description</a>
|
||||
|
|
||||
<a href="#libgimp-gimpchannel.description" class="shortcut">Description</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
<div class="refentry" title="gimpchannel">
|
||||
@ -49,102 +37,31 @@
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv" title="Synopsis">
|
||||
<a name="libgimp-gimpchannel.synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-new" title="gimp_channel_new ()">gimp_channel_new</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
const <a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
|
||||
>guint</a> width,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
|
||||
>guint</a> height,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> opacity,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-new-from-component" title="gimp_channel_new_from_component ()">gimp_channel_new_from_component</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
>GimpChannelType</a> component,
|
||||
const <a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-copy" title="gimp_channel_copy ()">gimp_channel_copy</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-show-masked" title="gimp_channel_get_show_masked ()">gimp_channel_get_show_masked</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-show-masked" title="gimp_channel_set_show_masked ()">gimp_channel_set_show_masked</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> show_masked);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-opacity" title="gimp_channel_get_opacity ()">gimp_channel_get_opacity</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-opacity" title="gimp_channel_set_opacity ()">gimp_channel_set_opacity</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> opacity);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-color" title="gimp_channel_get_color ()">gimp_channel_get_color</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-color" title="gimp_channel_set_color ()">gimp_channel_set_color</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-combine-masks" title="gimp_channel_combine_masks ()">gimp_channel_combine_masks</a> (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel1_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel2_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
|
||||
>GimpChannelOps</a> operation,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
|
||||
>gint</a> offx,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
|
||||
>gint</a> offy);
|
||||
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-new" title="gimp_channel_new ()">gimp_channel_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
|
||||
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-new-from-component" title="gimp_channel_new_from_component ()">gimp_channel_new_from_component</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
|
||||
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-copy" title="gimp_channel_copy ()">gimp_channel_copy</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-show-masked" title="gimp_channel_get_show_masked ()">gimp_channel_get_show_masked</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-show-masked" title="gimp_channel_set_show_masked ()">gimp_channel_set_show_masked</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_masked</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-opacity" title="gimp_channel_get_opacity ()">gimp_channel_get_opacity</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-opacity" title="gimp_channel_set_opacity ()">gimp_channel_set_opacity</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-get-color" title="gimp_channel_get_color ()">gimp_channel_get_color</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-set-color" title="gimp_channel_set_color ()">gimp_channel_set_color</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
|
||||
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpchannel.html#gimp-channel-combine-masks" title="gimp_channel_combine_masks ()">gimp_channel_combine_masks</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel1_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel2_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offx</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offy</code></em>);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" title="Description">
|
||||
@ -157,26 +74,12 @@ Functions for manipulating channels.
|
||||
<a name="libgimp-gimpchannel.details"></a><h2>Details</h2>
|
||||
<div class="refsect2" title="gimp_channel_new ()">
|
||||
<a name="gimp-channel-new"></a><h3>gimp_channel_new ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> gimp_channel_new (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
const <a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
|
||||
>guint</a> width,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
|
||||
>guint</a> height,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> opacity,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> gimp_channel_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
|
||||
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
|
||||
<p>
|
||||
Create a new channel.
|
||||
</p>
|
||||
@ -187,40 +90,39 @@ new channel still needs to be added to the image, as this is not
|
||||
automatic. Add the new channel with the 'gimp_image_add_channel'
|
||||
command. Other attributes such as channel show masked, should be set
|
||||
with explicit procedure calls. The channel's contents are undefined
|
||||
initially.</p>
|
||||
<p>
|
||||
initially.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>image_ID</code></em> :</span></p></td>
|
||||
<td> The image to which to add the channel.
|
||||
<td>The image to which to add the channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> The channel name.
|
||||
<td>The channel name.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
||||
<td> The channel width.
|
||||
<td>The channel width.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
||||
<td> The channel height.
|
||||
<td>The channel height.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
|
||||
<td> The channel opacity.
|
||||
<td>The channel opacity.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
||||
<td> The channel compositing color.
|
||||
<td>The channel compositing color.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -234,40 +136,31 @@ initially.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_new_from_component ()">
|
||||
<a name="gimp-channel-new-from-component"></a><h3>gimp_channel_new_from_component ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> gimp_channel_new_from_component (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
>GimpChannelType</a> component,
|
||||
const <a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *name);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> gimp_channel_new_from_component (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> image_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
|
||||
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
||||
<p>
|
||||
Create a new channel from a color component
|
||||
</p>
|
||||
<p>
|
||||
This procedure creates a new channel from a color component.</p>
|
||||
<p>
|
||||
This procedure creates a new channel from a color component.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>image_ID</code></em> :</span></p></td>
|
||||
<td> The image to which to add the channel.
|
||||
<td>The image to which to add the channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
|
||||
<td> The image component.
|
||||
<td>The image component.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
||||
<td> The channel name.
|
||||
<td>The channel name.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -283,24 +176,19 @@ This procedure creates a new channel from a color component.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_copy ()">
|
||||
<a name="gimp-channel-copy"></a><h3>gimp_channel_copy ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> gimp_channel_copy (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="returnvalue">gint32</span></a> gimp_channel_copy (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);</pre>
|
||||
<p>
|
||||
Copy a channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure copies the specified channel and returns the copy.</p>
|
||||
<p>
|
||||
This procedure copies the specified channel and returns the copy.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel to copy.
|
||||
<td>The channel to copy.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -314,26 +202,21 @@ This procedure copies the specified channel and returns the copy.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_get_show_masked ()">
|
||||
<a name="gimp-channel-get-show-masked"></a><h3>gimp_channel_get_show_masked ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_get_show_masked (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_get_show_masked (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);</pre>
|
||||
<p>
|
||||
Get the composite method of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure returns the specified channel's composite method. If
|
||||
it is TRUE, then the channel is composited with the image so that
|
||||
masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
<p>
|
||||
masked regions are shown. Otherwise, selected regions are shown.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -347,34 +230,27 @@ masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_set_show_masked ()">
|
||||
<a name="gimp-channel-set-show-masked"></a><h3>gimp_channel_set_show_masked ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_set_show_masked (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> show_masked);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_set_show_masked (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_masked</code></em>);</pre>
|
||||
<p>
|
||||
Set the composite method of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure sets the specified channel's composite method. If it
|
||||
is TRUE, then the channel is composited with the image so that
|
||||
masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
<p>
|
||||
masked regions are shown. Otherwise, selected regions are shown.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>show_masked</code></em> :</span></p></td>
|
||||
<td> The new channel composite method.
|
||||
<td>The new channel composite method.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -388,24 +264,19 @@ masked regions are shown. Otherwise, selected regions are shown.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_get_opacity ()">
|
||||
<a name="gimp-channel-get-opacity"></a><h3>gimp_channel_get_opacity ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_channel_get_opacity (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gimp_channel_get_opacity (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>);</pre>
|
||||
<p>
|
||||
Get the opacity of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure returns the specified channel's opacity.</p>
|
||||
<p>
|
||||
This procedure returns the specified channel's opacity.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -419,32 +290,25 @@ This procedure returns the specified channel's opacity.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_set_opacity ()">
|
||||
<a name="gimp-channel-set-opacity"></a><h3>gimp_channel_set_opacity ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_set_opacity (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> opacity);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_set_opacity (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);</pre>
|
||||
<p>
|
||||
Set the opacity of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure sets the specified channel's opacity.</p>
|
||||
<p>
|
||||
This procedure sets the specified channel's opacity.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
|
||||
<td> The new channel opacity.
|
||||
<td>The new channel opacity.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -458,32 +322,25 @@ This procedure sets the specified channel's opacity.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_get_color ()">
|
||||
<a name="gimp-channel-get-color"></a><h3>gimp_channel_get_color ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_get_color (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
<a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_get_color (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
|
||||
<p>
|
||||
Get the compositing color of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure returns the specified channel's compositing color.</p>
|
||||
<p>
|
||||
This procedure returns the specified channel's compositing color.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
||||
<td> The channel compositing color.
|
||||
<td>The channel compositing color.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -497,32 +354,25 @@ This procedure returns the specified channel's compositing color.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_set_color ()">
|
||||
<a name="gimp-channel-set-color"></a><h3>gimp_channel_set_color ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_set_color (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel_ID,
|
||||
const <a
|
||||
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
|
||||
>GimpRGB</a> *color);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_set_color (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel_ID</code></em>,
|
||||
<em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
|
||||
<p>
|
||||
Set the compositing color of the specified channel.
|
||||
</p>
|
||||
<p>
|
||||
This procedure sets the specified channel's compositing color.</p>
|
||||
<p>
|
||||
This procedure sets the specified channel's compositing color.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel_ID</code></em> :</span></p></td>
|
||||
<td> The channel.
|
||||
<td>The channel.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
||||
<td> The new channel compositing color.
|
||||
<td>The new channel compositing color.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -536,57 +386,44 @@ This procedure sets the specified channel's compositing color.</p>
|
||||
<hr>
|
||||
<div class="refsect2" title="gimp_channel_combine_masks ()">
|
||||
<a name="gimp-channel-combine-masks"></a><h3>gimp_channel_combine_masks ()</h3>
|
||||
<pre class="programlisting"><a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_channel_combine_masks (<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel1_ID,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint32"
|
||||
>gint32</a> channel2_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"
|
||||
>GimpChannelOps</a> operation,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
|
||||
>gint</a> offx,
|
||||
<a
|
||||
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
|
||||
>gint</a> offy);</pre>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_channel_combine_masks (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel1_ID</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"><span class="type">gint32</span></a> channel2_ID</code></em>,
|
||||
<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offx</code></em>,
|
||||
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> offy</code></em>);</pre>
|
||||
<p>
|
||||
Combine two channel masks.
|
||||
</p>
|
||||
<p>
|
||||
This procedure combines two channel masks. The result is stored in
|
||||
the first channel.</p>
|
||||
<p>
|
||||
the first channel.
|
||||
</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel1_ID</code></em> :</span></p></td>
|
||||
<td> The channel1.
|
||||
<td>The channel1.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>channel2_ID</code></em> :</span></p></td>
|
||||
<td> The channel2.
|
||||
<td>The channel2.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
||||
<td> The selection operation.
|
||||
<td>The selection operation.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>offx</code></em> :</span></p></td>
|
||||
<td> x offset between upper left corner of channels: (second - first).
|
||||
<td>x offset between upper left corner of channels: (second - first).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>offy</code></em> :</span></p></td>
|
||||
<td> y offset between upper left corner of channels: (second - first).
|
||||
<td>y offset between upper left corner of channels: (second - first).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -601,6 +438,6 @@ the first channel.</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.11</div>
|
||||
Generated by GTK-Doc V1.15</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user