~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
enum                <a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode" title="enum GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a>;
51
51
                    <a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a>;
52
52
<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a>*   <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-new" title="gimp_pixel_fetcher_new ()">gimp_pixel_fetcher_new</a>              (<a class="link" href="libgimp-gimpdrawable.html#GimpDrawable" title="GimpDrawable">GimpDrawable</a> *drawable,
53
 
                                                         <a
54
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
55
 
>gboolean</a> shadow);
 
53
                                                         gboolean shadow);
56
54
void                <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-set-edge-mode" title="gimp_pixel_fetcher_set_edge_mode ()">gimp_pixel_fetcher_set_edge_mode</a>    (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
57
55
                                                         <a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcherEdgeMode" title="enum GimpPixelFetcherEdgeMode">GimpPixelFetcherEdgeMode</a> mode);
58
56
void                <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-set-bg-color" title="gimp_pixel_fetcher_set_bg_color ()">gimp_pixel_fetcher_set_bg_color</a>     (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
59
57
                                                         const <a
60
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
58
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
61
59
>GimpRGB</a> *color);
62
60
void                <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-get-pixel" title="gimp_pixel_fetcher_get_pixel ()">gimp_pixel_fetcher_get_pixel</a>        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
63
 
                                                         <a
64
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
65
 
>gint</a> x,
66
 
                                                         <a
67
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
68
 
>gint</a> y,
69
 
                                                         <a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
71
 
>guchar</a> *pixel);
 
61
                                                         gint x,
 
62
                                                         gint y,
 
63
                                                         guchar *pixel);
72
64
void                <a class="link" href="libgimp-gimppixelfetcher.html#gimp-pixel-fetcher-put-pixel" title="gimp_pixel_fetcher_put_pixel ()">gimp_pixel_fetcher_put_pixel</a>        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
73
 
                                                         <a
74
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
75
 
>gint</a> x,
76
 
                                                         <a
77
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
78
 
>gint</a> y,
79
 
                                                         const <a
80
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
81
 
>guchar</a> *pixel);
 
65
                                                         gint x,
 
66
                                                         gint y,
 
67
                                                         const guchar *pixel);
82
68
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);
83
69
</pre>
84
70
</div>
121
107
<div class="refsect2" lang="en">
122
108
<a name="gimp-pixel-fetcher-new"></a><h3>gimp_pixel_fetcher_new ()</h3>
123
109
<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,
124
 
                                                         <a
125
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
126
 
>gboolean</a> shadow);</pre>
 
110
                                                         gboolean shadow);</pre>
127
111
<p>
128
112
Initialize a pixel region from the drawable.</p>
129
113
<p>
139
123
</tr>
140
124
<tr>
141
125
<td><p><span class="term"><em class="parameter"><code>shadow</code></em> :</span></p></td>
142
 
<td>   a <a
143
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
144
 
><span class="type">gboolean</span></a> indicating whether the region is attached to
 
126
<td>   a <span class="type">gboolean</span> indicating whether the region is attached to
145
127
           the shadow tiles or the real <code class="literal">drawable</code> tiles.
146
128
</td>
147
129
</tr>
184
166
<a name="gimp-pixel-fetcher-set-bg-color"></a><h3>gimp_pixel_fetcher_set_bg_color ()</h3>
185
167
<pre class="programlisting">void                gimp_pixel_fetcher_set_bg_color     (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
186
168
                                                         const <a
187
 
href="/usr/share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
 
169
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
188
170
>GimpRGB</a> *color);</pre>
189
171
<p>
190
172
Change the background color of a previously initialized pixel region.</p>
211
193
<div class="refsect2" lang="en">
212
194
<a name="gimp-pixel-fetcher-get-pixel"></a><h3>gimp_pixel_fetcher_get_pixel ()</h3>
213
195
<pre class="programlisting">void                gimp_pixel_fetcher_get_pixel        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
214
 
                                                         <a
215
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
216
 
>gint</a> x,
217
 
                                                         <a
218
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
219
 
>gint</a> y,
220
 
                                                         <a
221
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
222
 
>guchar</a> *pixel);</pre>
 
196
                                                         gint x,
 
197
                                                         gint y,
 
198
                                                         guchar *pixel);</pre>
223
199
<p>
224
200
Get a pixel from the pixel region.</p>
225
201
<p>
255
231
<div class="refsect2" lang="en">
256
232
<a name="gimp-pixel-fetcher-put-pixel"></a><h3>gimp_pixel_fetcher_put_pixel ()</h3>
257
233
<pre class="programlisting">void                gimp_pixel_fetcher_put_pixel        (<a class="link" href="libgimp-gimppixelfetcher.html#GimpPixelFetcher" title="GimpPixelFetcher">GimpPixelFetcher</a> *pf,
258
 
                                                         <a
259
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
260
 
>gint</a> x,
261
 
                                                         <a
262
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
263
 
>gint</a> y,
264
 
                                                         const <a
265
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"
266
 
>guchar</a> *pixel);</pre>
 
234
                                                         gint x,
 
235
                                                         gint y,
 
236
                                                         const guchar *pixel);</pre>
267
237
<p>
268
238
Set a pixel in the pixel region.</p>
269
239
<p>