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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpcolor/html/libgimpcolor-GimpBilinear.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
2
<html>
2
3
<head>
3
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
5
<title>GimpBilinear</title>
5
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
6
7
<link rel="start" href="index.html" title="GIMP Color Library Reference Manual">
7
8
<link rel="up" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
8
9
<link rel="prev" href="libgimpcolor-GimpAdaptiveSupersample.html" title="GimpAdaptiveSupersample">
9
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
 
10
<link rel="next" href="libgimpcolor-index.html" title="Index">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
10
12
<link rel="stylesheet" href="style.css" type="text/css">
11
13
<link rel="part" href="libgimpcolor.html" title="Part&#160;I.&#160;GIMP Color Library">
 
14
<link rel="index" href="libgimpcolor-index.html" title="Index">
 
15
<link rel="index" href="libgimpcolor-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
 
16
<link rel="index" href="libgimpcolor-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
17
<link rel="index" href="libgimpcolor-index-deprecated.html" title="Index of deprecated symbols">
12
18
</head>
13
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
 
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
21
<tr valign="middle">
15
22
<td><a accesskey="p" href="libgimpcolor-GimpAdaptiveSupersample.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
23
<td><a accesskey="u" href="libgimpcolor.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
17
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
18
25
<th width="100%" align="center">GIMP Color Library Reference Manual</th>
19
 
</tr></table>
 
26
<td><a accesskey="n" href="libgimpcolor-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
27
</tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2589073" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id2571640" class="shortcut">Description</a></nobr></td></tr>
 
31
</table>
20
32
<div class="refentry" lang="en">
21
33
<a name="libgimpcolor-GimpBilinear"></a><div class="titlepage"></div>
22
34
<div class="refnamediv"><table width="100%"><tr>
23
35
<td valign="top">
24
 
<h2><span class="refentrytitle">GimpBilinear</span></h2>
25
 
<p>GimpBilinear &#8212; </p>
 
36
<h2>
 
37
<a name="id2589073"></a><span class="refentrytitle">GimpBilinear</span>
 
38
</h2>
 
39
<p>GimpBilinear</p>
26
40
</td>
27
41
<td valign="top" align="right"></td>
28
42
</tr></table></div>
32
46
 
33
47
 
34
48
 
35
 
gdouble     <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear">gimp_bilinear</a>                   (gdouble x,
36
 
                                             gdouble y,
37
 
                                             gdouble *values);
38
 
guchar      <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8">gimp_bilinear_8</a>                 (gdouble x,
39
 
                                             gdouble y,
40
 
                                             guchar *values);
41
 
guint16     <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-16">gimp_bilinear_16</a>                (gdouble x,
42
 
                                             gdouble y,
43
 
                                             guint16 *values);
44
 
guint32     <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-32">gimp_bilinear_32</a>                (gdouble x,
45
 
                                             gdouble y,
46
 
                                             guint32 *values);
47
 
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>     <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgb">gimp_bilinear_rgb</a>               (gdouble x,
48
 
                                             gdouble y,
49
 
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
50
 
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>     <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgba">gimp_bilinear_rgba</a>              (gdouble x,
51
 
                                             gdouble y,
52
 
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
53
 
void        <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-pixels-8">gimp_bilinear_pixels_8</a>          (guchar *dest,
54
 
                                             gdouble x,
55
 
                                             gdouble y,
56
 
                                             guint bpp,
57
 
                                             gboolean has_alpha,
58
 
                                             guchar **values);
 
49
gdouble             <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear">gimp_bilinear</a>                       (gdouble x,
 
50
                                                         gdouble y,
 
51
                                                         gdouble *values);
 
52
guchar              <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-8">gimp_bilinear_8</a>                     (gdouble x,
 
53
                                                         gdouble y,
 
54
                                                         guchar *values);
 
55
guint16             <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-16">gimp_bilinear_16</a>                    (gdouble x,
 
56
                                                         gdouble y,
 
57
                                                         guint16 *values);
 
58
guint32             <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-32">gimp_bilinear_32</a>                    (gdouble x,
 
59
                                                         gdouble y,
 
60
                                                         guint32 *values);
 
61
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>             <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgb">gimp_bilinear_rgb</a>                   (gdouble x,
 
62
                                                         gdouble y,
 
63
                                                         <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
 
64
<a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>             <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-rgba">gimp_bilinear_rgba</a>                  (gdouble x,
 
65
                                                         gdouble y,
 
66
                                                         <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);
 
67
void                <a href="libgimpcolor-GimpBilinear.html#gimp-bilinear-pixels-8">gimp_bilinear_pixels_8</a>              (guchar *dest,
 
68
                                                         gdouble x,
 
69
                                                         gdouble y,
 
70
                                                         guint bpp,
 
71
                                                         gboolean has_alpha,
 
72
                                                         guchar **values);
59
73
</pre>
60
74
</div>
61
75
<div class="refsect1" lang="en">
62
 
<a name="id2558477"></a><h2>Description</h2>
 
76
<a name="id2571640"></a><h2>Description</h2>
63
77
<p>
64
78
 
65
79
</p>
66
80
</div>
67
81
<div class="refsect1" lang="en">
68
 
<a name="id2558488"></a><h2>Details</h2>
 
82
<a name="id2571656"></a><h2>Details</h2>
69
83
<div class="refsect2" lang="en">
70
 
<a name="id2558494"></a><h3>
 
84
<a name="id2571667"></a><h3>
71
85
<a name="gimp-bilinear"></a>gimp_bilinear ()</h3>
72
 
<a class="indexterm" name="id2558504"></a><pre class="programlisting">gdouble     gimp_bilinear                   (gdouble x,
73
 
                                             gdouble y,
74
 
                                             gdouble *values);</pre>
 
86
<a class="indexterm" name="id2571679"></a><pre class="programlisting">gdouble             gimp_bilinear                       (gdouble x,
 
87
                                                         gdouble y,
 
88
                                                         gdouble *values);</pre>
75
89
<p>
76
90
 
77
91
</p>
79
93
<col align="left" valign="top">
80
94
<tbody>
81
95
<tr>
82
 
<td>
83
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
84
 
<td>
85
 
</td>
86
 
</tr>
87
 
<tr>
88
 
<td>
89
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
90
 
<td>
91
 
</td>
92
 
</tr>
93
 
<tr>
94
 
<td>
95
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
96
 
<td>
97
 
</td>
98
 
</tr>
99
 
<tr>
100
 
<td>
101
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
96
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
97
<td>
 
98
</td>
 
99
</tr>
 
100
<tr>
 
101
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
102
<td>
 
103
</td>
 
104
</tr>
 
105
<tr>
 
106
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
107
<td>
 
108
</td>
 
109
</tr>
 
110
<tr>
 
111
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
102
112
<td>
103
113
 
104
114
 
109
119
</div>
110
120
<hr>
111
121
<div class="refsect2" lang="en">
112
 
<a name="id2516771"></a><h3>
 
122
<a name="id2556593"></a><h3>
113
123
<a name="gimp-bilinear-8"></a>gimp_bilinear_8 ()</h3>
114
 
<a class="indexterm" name="id2516781"></a><pre class="programlisting">guchar      gimp_bilinear_8                 (gdouble x,
115
 
                                             gdouble y,
116
 
                                             guchar *values);</pre>
 
124
<a class="indexterm" name="id2556605"></a><pre class="programlisting">guchar              gimp_bilinear_8                     (gdouble x,
 
125
                                                         gdouble y,
 
126
                                                         guchar *values);</pre>
117
127
<p>
118
128
 
119
129
</p>
121
131
<col align="left" valign="top">
122
132
<tbody>
123
133
<tr>
124
 
<td>
125
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
126
 
<td>
127
 
</td>
128
 
</tr>
129
 
<tr>
130
 
<td>
131
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
132
 
<td>
133
 
</td>
134
 
</tr>
135
 
<tr>
136
 
<td>
137
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
138
 
<td>
139
 
</td>
140
 
</tr>
141
 
<tr>
142
 
<td>
143
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
134
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
135
<td>
 
136
</td>
 
137
</tr>
 
138
<tr>
 
139
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
140
<td>
 
141
</td>
 
142
</tr>
 
143
<tr>
 
144
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
145
<td>
 
146
</td>
 
147
</tr>
 
148
<tr>
 
149
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
144
150
<td>
145
151
 
146
152
 
151
157
</div>
152
158
<hr>
153
159
<div class="refsect2" lang="en">
154
 
<a name="id2516879"></a><h3>
 
160
<a name="id2556704"></a><h3>
155
161
<a name="gimp-bilinear-16"></a>gimp_bilinear_16 ()</h3>
156
 
<a class="indexterm" name="id2516889"></a><pre class="programlisting">guint16     gimp_bilinear_16                (gdouble x,
157
 
                                             gdouble y,
158
 
                                             guint16 *values);</pre>
 
162
<a class="indexterm" name="id2556717"></a><pre class="programlisting">guint16             gimp_bilinear_16                    (gdouble x,
 
163
                                                         gdouble y,
 
164
                                                         guint16 *values);</pre>
159
165
<p>
160
166
 
161
167
</p>
163
169
<col align="left" valign="top">
164
170
<tbody>
165
171
<tr>
166
 
<td>
167
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
168
 
<td>
169
 
</td>
170
 
</tr>
171
 
<tr>
172
 
<td>
173
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
174
 
<td>
175
 
</td>
176
 
</tr>
177
 
<tr>
178
 
<td>
179
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
180
 
<td>
181
 
</td>
182
 
</tr>
183
 
<tr>
184
 
<td>
185
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
172
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
173
<td>
 
174
</td>
 
175
</tr>
 
176
<tr>
 
177
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
178
<td>
 
179
</td>
 
180
</tr>
 
181
<tr>
 
182
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
183
<td>
 
184
</td>
 
185
</tr>
 
186
<tr>
 
187
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
186
188
<td>
187
189
 
188
190
 
193
195
</div>
194
196
<hr>
195
197
<div class="refsect2" lang="en">
196
 
<a name="id2516987"></a><h3>
 
198
<a name="id2559854"></a><h3>
197
199
<a name="gimp-bilinear-32"></a>gimp_bilinear_32 ()</h3>
198
 
<a class="indexterm" name="id2516997"></a><pre class="programlisting">guint32     gimp_bilinear_32                (gdouble x,
199
 
                                             gdouble y,
200
 
                                             guint32 *values);</pre>
 
200
<a class="indexterm" name="id2559867"></a><pre class="programlisting">guint32             gimp_bilinear_32                    (gdouble x,
 
201
                                                         gdouble y,
 
202
                                                         guint32 *values);</pre>
201
203
<p>
202
204
 
203
205
</p>
205
207
<col align="left" valign="top">
206
208
<tbody>
207
209
<tr>
208
 
<td>
209
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
210
 
<td>
211
 
</td>
212
 
</tr>
213
 
<tr>
214
 
<td>
215
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
216
 
<td>
217
 
</td>
218
 
</tr>
219
 
<tr>
220
 
<td>
221
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
222
 
<td>
223
 
</td>
224
 
</tr>
225
 
<tr>
226
 
<td>
227
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
210
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
211
<td>
 
212
</td>
 
213
</tr>
 
214
<tr>
 
215
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
216
<td>
 
217
</td>
 
218
</tr>
 
219
<tr>
 
220
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
221
<td>
 
222
</td>
 
223
</tr>
 
224
<tr>
 
225
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
228
226
<td>
229
227
 
230
228
 
235
233
</div>
236
234
<hr>
237
235
<div class="refsect2" lang="en">
238
 
<a name="id2523020"></a><h3>
 
236
<a name="id2559966"></a><h3>
239
237
<a name="gimp-bilinear-rgb"></a>gimp_bilinear_rgb ()</h3>
240
 
<a class="indexterm" name="id2523030"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>     gimp_bilinear_rgb               (gdouble x,
241
 
                                             gdouble y,
242
 
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
 
238
<a class="indexterm" name="id2559978"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>             gimp_bilinear_rgb                   (gdouble x,
 
239
                                                         gdouble y,
 
240
                                                         <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
243
241
<p>
244
242
 
245
243
</p>
247
245
<col align="left" valign="top">
248
246
<tbody>
249
247
<tr>
250
 
<td>
251
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
252
 
<td>
253
 
</td>
254
 
</tr>
255
 
<tr>
256
 
<td>
257
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
258
 
<td>
259
 
</td>
260
 
</tr>
261
 
<tr>
262
 
<td>
263
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
264
 
<td>
265
 
</td>
266
 
</tr>
267
 
<tr>
268
 
<td>
269
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
248
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
249
<td>
 
250
</td>
 
251
</tr>
 
252
<tr>
 
253
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
254
<td>
 
255
</td>
 
256
</tr>
 
257
<tr>
 
258
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
259
<td>
 
260
</td>
 
261
</tr>
 
262
<tr>
 
263
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
270
264
<td>
271
265
 
272
266
 
277
271
</div>
278
272
<hr>
279
273
<div class="refsect2" lang="en">
280
 
<a name="id2523128"></a><h3>
 
274
<a name="id2560077"></a><h3>
281
275
<a name="gimp-bilinear-rgba"></a>gimp_bilinear_rgba ()</h3>
282
 
<a class="indexterm" name="id2523138"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>     gimp_bilinear_rgba              (gdouble x,
283
 
                                             gdouble y,
284
 
                                             <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
 
276
<a class="indexterm" name="id2560089"></a><pre class="programlisting"><a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a>             gimp_bilinear_rgba                  (gdouble x,
 
277
                                                         gdouble y,
 
278
                                                         <a href="libgimpcolor-GimpRGB.html#GimpRGB">GimpRGB</a> *values);</pre>
285
279
<p>
286
280
 
287
281
</p>
289
283
<col align="left" valign="top">
290
284
<tbody>
291
285
<tr>
292
 
<td>
293
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
294
 
<td>
295
 
</td>
296
 
</tr>
297
 
<tr>
298
 
<td>
299
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
300
 
<td>
301
 
</td>
302
 
</tr>
303
 
<tr>
304
 
<td>
305
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
306
 
<td>
307
 
</td>
308
 
</tr>
309
 
<tr>
310
 
<td>
311
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
286
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
287
<td>
 
288
</td>
 
289
</tr>
 
290
<tr>
 
291
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
292
<td>
 
293
</td>
 
294
</tr>
 
295
<tr>
 
296
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
297
<td>
 
298
</td>
 
299
</tr>
 
300
<tr>
 
301
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
312
302
<td>
313
303
 
314
304
 
319
309
</div>
320
310
<hr>
321
311
<div class="refsect2" lang="en">
322
 
<a name="id2566595"></a><h3>
 
312
<a name="id2609156"></a><h3>
323
313
<a name="gimp-bilinear-pixels-8"></a>gimp_bilinear_pixels_8 ()</h3>
324
 
<a class="indexterm" name="id2566603"></a><pre class="programlisting">void        gimp_bilinear_pixels_8          (guchar *dest,
325
 
                                             gdouble x,
326
 
                                             gdouble y,
327
 
                                             guint bpp,
328
 
                                             gboolean has_alpha,
329
 
                                             guchar **values);</pre>
 
314
<a class="indexterm" name="id2609166"></a><pre class="programlisting">void                gimp_bilinear_pixels_8              (guchar *dest,
 
315
                                                         gdouble x,
 
316
                                                         gdouble y,
 
317
                                                         guint bpp,
 
318
                                                         gboolean has_alpha,
 
319
                                                         guchar **values);</pre>
330
320
<p>
331
321
Computes bilinear interpolation of four pixels.
332
322
</p>
345
335
<col align="left" valign="top">
346
336
<tbody>
347
337
<tr>
348
 
<td>
349
 
<span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></td>
 
338
<td><span class="term"><em class="parameter"><code>dest</code></em>&#160;:</span></td>
350
339
<td> Pixel, where interpolation result is to be stored.
351
340
</td>
352
341
</tr>
353
342
<tr>
354
 
<td>
355
 
<span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
 
343
<td><span class="term"><em class="parameter"><code>x</code></em>&#160;:</span></td>
356
344
<td> x-coordinate (0.0 to 1.0).
357
345
</td>
358
346
</tr>
359
347
<tr>
360
 
<td>
361
 
<span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
 
348
<td><span class="term"><em class="parameter"><code>y</code></em>&#160;:</span></td>
362
349
<td> y-coordinate (0.0 to 1.0).
363
350
</td>
364
351
</tr>
365
352
<tr>
366
 
<td>
367
 
<span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
 
353
<td><span class="term"><em class="parameter"><code>bpp</code></em>&#160;:</span></td>
368
354
<td> Bytes per pixel.  <em class="parameter"><code>dest</code></em> and each <em class="parameter"><code>values</code></em> item is an array of
369
355
   <em class="parameter"><code>bpp</code></em> bytes.
370
356
</td>
371
357
</tr>
372
358
<tr>
373
 
<td>
374
 
<span class="term"><em class="parameter"><code>has_alpha</code></em>&#160;:</span></td>
 
359
<td><span class="term"><em class="parameter"><code>has_alpha</code></em>&#160;:</span></td>
375
360
<td> <code class="literal">TRUE</code> if the last channel is an alpha channel.
376
361
</td>
377
362
</tr>
378
363
<tr>
379
 
<td>
380
 
<span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
 
364
<td><span class="term"><em class="parameter"><code>values</code></em>&#160;:</span></td>
381
365
<td> Array of four pointers to pixels.
382
366
</td>
383
367
</tr>
386
370
</div>
387
371
</div>
388
372
</div>
389
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
390
 
<td align="left"><a accesskey="p" href="libgimpcolor-GimpAdaptiveSupersample.html"><b>&lt;&lt;&#160;GimpAdaptiveSupersample</b></a></td>
391
 
<td align="right"></td>
392
 
</tr></table>
393
373
</body>
394
374
</html>