~ubuntu-branches/ubuntu/edgy/gimp/edgy-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
</pre>
65
65
</div>
66
66
<div class="refsect1" lang="en">
67
 
<a name="id2595999"></a><h2>Description</h2>
 
67
<a name="id2579085"></a><h2>Description</h2>
68
68
<p>
69
69
These functions provide neighbourhood-based algorithms which get
70
70
dramatically slower on region boundaries, to the point where a special
74
74
</p>
75
75
</div>
76
76
<div class="refsect1" lang="en">
77
 
<a name="id2596015"></a><h2>Details</h2>
 
77
<a name="id2579102"></a><h2>Details</h2>
78
78
<div class="refsect2" lang="en">
79
 
<a name="id2596022"></a><h3>
 
79
<a name="id2579108"></a><h3>
80
80
<a name="GimpPixelFetcherEdgeMode"></a>enum GimpPixelFetcherEdgeMode</h3>
81
 
<a class="indexterm" name="id2591721"></a><pre class="programlisting">typedef enum
 
81
<a class="indexterm" name="id2579117"></a><pre class="programlisting">typedef enum
82
82
{
83
83
  GIMP_PIXEL_FETCHER_EDGE_NONE,
84
84
  GIMP_PIXEL_FETCHER_EDGE_WRAP,
93
93
</div>
94
94
<hr>
95
95
<div class="refsect2" lang="en">
96
 
<a name="id2591740"></a><h3>
 
96
<a name="id2599788"></a><h3>
97
97
<a name="GimpPixelFetcher"></a>GimpPixelFetcher</h3>
98
 
<a class="indexterm" name="id2591750"></a><pre class="programlisting">typedef struct _GimpPixelFetcher GimpPixelFetcher;</pre>
 
98
<a class="indexterm" name="id2599798"></a><pre class="programlisting">typedef struct _GimpPixelFetcher GimpPixelFetcher;</pre>
99
99
<p>
100
100
 
101
101
</p>
102
102
</div>
103
103
<hr>
104
104
<div class="refsect2" lang="en">
105
 
<a name="id2591766"></a><h3>
 
105
<a name="id2599814"></a><h3>
106
106
<a name="gimp-pixel-fetcher-new"></a>gimp_pixel_fetcher_new ()</h3>
107
 
<a class="indexterm" name="id2591775"></a><pre class="programlisting"><a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a>* gimp_pixel_fetcher_new    (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
 
107
<a class="indexterm" name="id2599823"></a><pre class="programlisting"><a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a>* gimp_pixel_fetcher_new    (<a href="libgimp-gimpdrawable.html#GimpDrawable">GimpDrawable</a> *drawable,
108
108
                                             gboolean shadow);</pre>
109
109
<p>
110
110
Initialize a pixel region from the drawable.</p>
138
138
</div>
139
139
<hr>
140
140
<div class="refsect2" lang="en">
141
 
<a name="id2599371"></a><h3>
 
141
<a name="id2599933"></a><h3>
142
142
<a name="gimp-pixel-fetcher-set-edge-mode"></a>gimp_pixel_fetcher_set_edge_mode ()</h3>
143
 
<a class="indexterm" name="id2599380"></a><pre class="programlisting">void        gimp_pixel_fetcher_set_edge_mode
 
143
<a class="indexterm" name="id2593024"></a><pre class="programlisting">void        gimp_pixel_fetcher_set_edge_mode
144
144
                                            (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
145
145
                                             <a href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a> mode);</pre>
146
146
<p>
168
168
</div>
169
169
<hr>
170
170
<div class="refsect2" lang="en">
171
 
<a name="id2607796"></a><h3>
 
171
<a name="id2593108"></a><h3>
172
172
<a name="gimp-pixel-fetcher-set-bg-color"></a>gimp_pixel_fetcher_set_bg_color ()</h3>
173
 
<a class="indexterm" name="id2607805"></a><pre class="programlisting">void        gimp_pixel_fetcher_set_bg_color (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
 
173
<a class="indexterm" name="id2593117"></a><pre class="programlisting">void        gimp_pixel_fetcher_set_bg_color (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
174
174
                                             const <a
175
175
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
176
176
>GimpRGB</a> *color);</pre>
199
199
</div>
200
200
<hr>
201
201
<div class="refsect2" lang="en">
202
 
<a name="id2607882"></a><h3>
 
202
<a name="id2593195"></a><h3>
203
203
<a name="gimp-pixel-fetcher-get-pixel"></a>gimp_pixel_fetcher_get_pixel ()</h3>
204
 
<a class="indexterm" name="id2607893"></a><pre class="programlisting">void        gimp_pixel_fetcher_get_pixel    (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
 
204
<a class="indexterm" name="id2593206"></a><pre class="programlisting">void        gimp_pixel_fetcher_get_pixel    (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
205
205
                                             gint x,
206
206
                                             gint y,
207
207
                                             guchar *pixel);</pre>
242
242
</div>
243
243
<hr>
244
244
<div class="refsect2" lang="en">
245
 
<a name="id2593768"></a><h3>
 
245
<a name="id2594173"></a><h3>
246
246
<a name="gimp-pixel-fetcher-put-pixel"></a>gimp_pixel_fetcher_put_pixel ()</h3>
247
 
<a class="indexterm" name="id2593779"></a><pre class="programlisting">void        gimp_pixel_fetcher_put_pixel    (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
 
247
<a class="indexterm" name="id2594184"></a><pre class="programlisting">void        gimp_pixel_fetcher_put_pixel    (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf,
248
248
                                             gint x,
249
249
                                             gint y,
250
250
                                             const guchar *pixel);</pre>
285
285
</div>
286
286
<hr>
287
287
<div class="refsect2" lang="en">
288
 
<a name="id2593901"></a><h3>
 
288
<a name="id2594307"></a><h3>
289
289
<a name="gimp-pixel-fetcher-destroy"></a>gimp_pixel_fetcher_destroy ()</h3>
290
 
<a class="indexterm" name="id2593910"></a><pre class="programlisting">void        gimp_pixel_fetcher_destroy      (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf);</pre>
 
290
<a class="indexterm" name="id2594316"></a><pre class="programlisting">void        gimp_pixel_fetcher_destroy      (<a href="libgimp-gimppixelfetcher.html#GimpPixelFetcher">GimpPixelFetcher</a> *pf);</pre>
291
291
<p>
292
292
Close a previously initializd pixel region.</p>
293
293
<p>