~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-08 13:26:03 UTC
  • mfrom: (1.1.28) (0.4.19 sid)
  • Revision ID: package-import@ubuntu.com-20130308132603-h14fmrgazi3roobr
Tags: 2.8.4-1ubuntu1
* Synchronize with Debian (LP: #1132767). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates
* Dropped changes:
  - CVE-2012-5576.patch: Applied in new version
  - fix-python-multiarch-includes.patch: No longer needed
* debian/patches/link-against-lm.patch:
  - Link against lm to fix underlinking build failure
* debian/control, debian/rules:
  - Run autoreconf for above patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                                                         <em class="parameter"><code><span class="type">guint</span> width</code></em>,
43
43
                                                         <em class="parameter"><code><span class="type">guint</span> height</code></em>,
44
44
                                                         <em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>,
45
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
 
45
                                                         <em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
46
46
<span class="returnvalue">gint32</span>              <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><span class="type">gint32</span> image_ID</code></em>,
47
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
 
47
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
48
48
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
49
49
<span class="returnvalue">gint32</span>              <a class="link" href="libgimp-gimpchannel.html#gimp-channel-copy" title="gimp_channel_copy ()">gimp_channel_copy</a>                   (<em class="parameter"><code><span class="type">gint32</span> channel_ID</code></em>);
50
50
<span class="returnvalue">gboolean</span>            <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><span class="type">gint32</span> channel_ID</code></em>);
54
54
<span class="returnvalue">gboolean</span>            <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><span class="type">gint32</span> channel_ID</code></em>,
55
55
                                                         <em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>);
56
56
<span class="returnvalue">gboolean</span>            <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><span class="type">gint32</span> channel_ID</code></em>,
57
 
                                                         <em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
 
57
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
58
58
<span class="returnvalue">gboolean</span>            <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><span class="type">gint32</span> channel_ID</code></em>,
59
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
 
59
                                                         <em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);
60
60
<span class="returnvalue">gboolean</span>            <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><span class="type">gint32</span> channel1_ID</code></em>,
61
61
                                                         <em class="parameter"><code><span class="type">gint32</span> channel2_ID</code></em>,
62
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
 
62
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
63
63
                                                         <em class="parameter"><code><span class="type">gint</span> offx</code></em>,
64
64
                                                         <em class="parameter"><code><span class="type">gint</span> offy</code></em>);
65
65
</pre>
79
79
                                                         <em class="parameter"><code><span class="type">guint</span> width</code></em>,
80
80
                                                         <em class="parameter"><code><span class="type">guint</span> height</code></em>,
81
81
                                                         <em class="parameter"><code><span class="type">gdouble</span> opacity</code></em>,
82
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
 
82
                                                         <em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
83
83
<p>
84
84
Create a new channel.
85
85
</p>
130
130
<div class="refsect2">
131
131
<a name="gimp-channel-new-from-component"></a><h3>gimp_channel_new_from_component ()</h3>
132
132
<pre class="programlisting"><span class="returnvalue">gint32</span>              gimp_channel_new_from_component     (<em class="parameter"><code><span class="type">gint32</span> image_ID</code></em>,
133
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
 
133
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"><span class="type">GimpChannelType</span></a> component</code></em>,
134
134
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
135
135
<p>
136
136
Create a new channel from a color component
299
299
<div class="refsect2">
300
300
<a name="gimp-channel-get-color"></a><h3>gimp_channel_get_color ()</h3>
301
301
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_channel_get_color              (<em class="parameter"><code><span class="type">gint32</span> channel_ID</code></em>,
302
 
                                                         <em class="parameter"><code><a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
 
302
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
303
303
<p>
304
304
Get the compositing color of the specified channel.
305
305
</p>
328
328
<div class="refsect2">
329
329
<a name="gimp-channel-set-color"></a><h3>gimp_channel_set_color ()</h3>
330
330
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_channel_set_color              (<em class="parameter"><code><span class="type">gint32</span> channel_ID</code></em>,
331
 
                                                         <em class="parameter"><code>const <a href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
 
331
                                                         <em class="parameter"><code>const <a href="/local/head/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"><span class="type">GimpRGB</span></a> *color</code></em>);</pre>
332
332
<p>
333
333
Set the compositing color of the specified channel.
334
334
</p>
358
358
<a name="gimp-channel-combine-masks"></a><h3>gimp_channel_combine_masks ()</h3>
359
359
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gimp_channel_combine_masks          (<em class="parameter"><code><span class="type">gint32</span> channel1_ID</code></em>,
360
360
                                                         <em class="parameter"><code><span class="type">gint32</span> channel2_ID</code></em>,
361
 
                                                         <em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
 
361
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelOps"><span class="type">GimpChannelOps</span></a> operation</code></em>,
362
362
                                                         <em class="parameter"><code><span class="type">gint</span> offx</code></em>,
363
363
                                                         <em class="parameter"><code><span class="type">gint</span> offy</code></em>);</pre>
364
364
<p>