~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimppixelfetcher</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-image.html" title="Manupulating Images and their Properties">
9
9
<link rel="prev" href="libgimp-gimppaths.html" title="gimppaths">
10
10
<link rel="next" href="libgimp-gimppixelrgn.html" title="gimppixelrgn">
38
38
                <a href="#libgimp-gimppixelfetcher.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimppixelfetcher">
42
42
<a name="libgimp-gimppixelfetcher"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimppixelfetcher.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
enum                <a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode" title="enum GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a>;
85
85
void                <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-destroy" title="gimp_pixel_fetcher_destroy ()">gimp_pixel_fetcher_destroy</a>          (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf);
86
86
</pre>
87
87
</div>
88
 
<div class="refsect1" lang="en">
 
88
<div class="refsect1" title="Description">
89
89
<a name="libgimp-gimppixelfetcher.description"></a><h2>Description</h2>
90
90
<p>
91
91
These functions provide neighbourhood-based algorithms which get
95
95
plug-in code more readable and shorter.
96
96
</p>
97
97
</div>
98
 
<div class="refsect1" lang="en">
 
98
<div class="refsect1" title="Details">
99
99
<a name="libgimp-gimppixelfetcher.details"></a><h2>Details</h2>
100
 
<div class="refsect2" lang="en">
 
100
<div class="refsect2" title="enum GimpPixelFetcherEdgeMode">
101
101
<a name="GimpPixelFetcherEdgeMode"></a><h3>enum GimpPixelFetcherEdgeMode</h3>
102
102
<pre class="programlisting">typedef enum
103
103
{
112
112
</p>
113
113
</div>
114
114
<hr>
115
 
<div class="refsect2" lang="en">
 
115
<div class="refsect2" title="GimpPixelFetcher">
116
116
<a name="GimpPixelFetcher"></a><h3>GimpPixelFetcher</h3>
117
117
<pre class="programlisting">typedef struct _GimpPixelFetcher GimpPixelFetcher;</pre>
118
118
<p>
119
119
</p>
120
120
</div>
121
121
<hr>
122
 
<div class="refsect2" lang="en">
 
122
<div class="refsect2" title="gimp_pixel_fetcher_new ()">
123
123
<a name="gimp-pixel-fetcher-new"></a><h3>gimp_pixel_fetcher_new ()</h3>
124
124
<pre class="programlisting"><a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *  gimp_pixel_fetcher_new              (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable,
125
125
                                                         <a
154
154
</table></div>
155
155
</div>
156
156
<hr>
157
 
<div class="refsect2" lang="en">
 
157
<div class="refsect2" title="gimp_pixel_fetcher_set_edge_mode ()">
158
158
<a name="gimp-pixel-fetcher-set-edge-mode"></a><h3>gimp_pixel_fetcher_set_edge_mode ()</h3>
159
159
<pre class="programlisting">void                gimp_pixel_fetcher_set_edge_mode    (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
160
160
                                                         <a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode" title="enum GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a> mode);</pre>
179
179
</table></div>
180
180
</div>
181
181
<hr>
182
 
<div class="refsect2" lang="en">
 
182
<div class="refsect2" title="gimp_pixel_fetcher_set_bg_color ()">
183
183
<a name="gimp-pixel-fetcher-set-bg-color"></a><h3>gimp_pixel_fetcher_set_bg_color ()</h3>
184
184
<pre class="programlisting">void                gimp_pixel_fetcher_set_bg_color     (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
185
185
                                                         const <a
206
206
</table></div>
207
207
</div>
208
208
<hr>
209
 
<div class="refsect2" lang="en">
 
209
<div class="refsect2" title="gimp_pixel_fetcher_get_pixel ()">
210
210
<a name="gimp-pixel-fetcher-get-pixel"></a><h3>gimp_pixel_fetcher_get_pixel ()</h3>
211
211
<pre class="programlisting">void                gimp_pixel_fetcher_get_pixel        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
212
212
                                                         <a
249
249
</table></div>
250
250
</div>
251
251
<hr>
252
 
<div class="refsect2" lang="en">
 
252
<div class="refsect2" title="gimp_pixel_fetcher_put_pixel ()">
253
253
<a name="gimp-pixel-fetcher-put-pixel"></a><h3>gimp_pixel_fetcher_put_pixel ()</h3>
254
254
<pre class="programlisting">void                gimp_pixel_fetcher_put_pixel        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
255
255
                                                         <a
292
292
</table></div>
293
293
</div>
294
294
<hr>
295
 
<div class="refsect2" lang="en">
 
295
<div class="refsect2" title="gimp_pixel_fetcher_destroy ()">
296
296
<a name="gimp-pixel-fetcher-destroy"></a><h3>gimp_pixel_fetcher_destroy ()</h3>
297
297
<pre class="programlisting">void                gimp_pixel_fetcher_destroy          (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf);</pre>
298
298
<p>