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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-07-12 15:08:08 UTC
  • mfrom: (1.1.23) (0.4.6 sid)
  • Revision ID: package-import@ubuntu.com-20100712150808-db9xqgtxrvpyl3g2
Tags: 2.6.10-1ubuntu1
Resync on Debian, dropping changes which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimp-data.html" title="Data Objects">
9
9
<link rel="prev" href="libgimp-gimppalettes.html" title="gimppalettes">
10
10
<link rel="next" href="libgimp-gimppatterns.html" title="gimppatterns">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
14
 
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
15
 
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
16
 
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
17
 
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
18
 
<link rel="part" href="libgimpui.html" title="Part II. GIMP User Interface Library">
19
 
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
20
 
<link rel="index" href="libgimp-index.html" title="Index">
21
 
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
22
 
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
23
 
<link rel="index" href="libgimp-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
24
 
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
25
13
</head>
26
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
27
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
34
22
</tr>
35
23
<tr><td colspan="5" class="shortcuts">
36
24
<a href="#libgimp-gimppattern.synopsis" class="shortcut">Top</a>
37
 
                 | 
38
 
                <a href="#libgimp-gimppattern.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#libgimp-gimppattern.description" class="shortcut">Description</a>
39
27
</td></tr>
40
28
</table>
41
29
<div class="refentry" title="gimppattern">
49
37
</tr></table></div>
50
38
<div class="refsynopsisdiv" title="Synopsis">
51
39
<a name="libgimp-gimppattern.synopsis"></a><h2>Synopsis</h2>
52
 
<pre class="synopsis">
53
 
<a
54
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
55
 
>gboolean</a>            <a class="link" href="libgimp-gimppattern.html#gimp-pattern-get-info" title="gimp_pattern_get_info ()">gimp_pattern_get_info</a>               (const <a
56
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
57
 
>gchar</a> *name,
58
 
                                                         <a
59
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
60
 
>gint</a> *width,
61
 
                                                         <a
62
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
63
 
>gint</a> *height,
64
 
                                                         <a
65
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
66
 
>gint</a> *bpp);
67
 
<a
68
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
69
 
>gboolean</a>            <a class="link" href="libgimp-gimppattern.html#gimp-pattern-get-pixels" title="gimp_pattern_get_pixels ()">gimp_pattern_get_pixels</a>             (const <a
70
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
71
 
>gchar</a> *name,
72
 
                                                         <a
73
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
74
 
>gint</a> *width,
75
 
                                                         <a
76
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
77
 
>gint</a> *height,
78
 
                                                         <a
79
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
80
 
>gint</a> *bpp,
81
 
                                                         <a
82
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
83
 
>gint</a> *num_color_bytes,
84
 
                                                         <a
85
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
86
 
>guint8</a> **color_bytes);
 
40
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppattern.html#gimp-pattern-get-info" title="gimp_pattern_get_info ()">gimp_pattern_get_info</a>               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
 
41
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
 
42
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
 
43
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bpp</code></em>);
 
44
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimppattern.html#gimp-pattern-get-pixels" title="gimp_pattern_get_pixels ()">gimp_pattern_get_pixels</a>             (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
 
45
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
 
46
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
 
47
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bpp</code></em>,
 
48
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_color_bytes</code></em>,
 
49
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> **color_bytes</code></em>);
87
50
</pre>
88
51
</div>
89
52
<div class="refsect1" title="Description">
96
59
<a name="libgimp-gimppattern.details"></a><h2>Details</h2>
97
60
<div class="refsect2" title="gimp_pattern_get_info ()">
98
61
<a name="gimp-pattern-get-info"></a><h3>gimp_pattern_get_info ()</h3>
99
 
<pre class="programlisting"><a
100
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
101
 
>gboolean</a>            gimp_pattern_get_info               (const <a
102
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
103
 
>gchar</a> *name,
104
 
                                                         <a
105
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
106
 
>gint</a> *width,
107
 
                                                         <a
108
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
109
 
>gint</a> *height,
110
 
                                                         <a
111
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
112
 
>gint</a> *bpp);</pre>
 
62
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_pattern_get_info               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
 
63
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
 
64
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
 
65
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bpp</code></em>);</pre>
113
66
<p>
114
67
Retrieve information about the specified pattern.
115
68
</p>
116
69
<p>
117
70
This procedure retrieves information about the specified pattern.
118
 
This includes the pattern extents (width and height).</p>
119
 
<p>
 
71
This includes the pattern extents (width and height).
120
72
</p>
121
73
<div class="variablelist"><table border="0">
122
74
<col align="left" valign="top">
123
75
<tbody>
124
76
<tr>
125
77
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
126
 
<td> The pattern name.
 
78
<td>The pattern name.
127
79
</td>
128
80
</tr>
129
81
<tr>
130
82
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
131
 
<td> The pattern width.
 
83
<td>The pattern width.
132
84
</td>
133
85
</tr>
134
86
<tr>
135
87
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
136
 
<td> The pattern height.
 
88
<td>The pattern height.
137
89
</td>
138
90
</tr>
139
91
<tr>
140
92
<td><p><span class="term"><em class="parameter"><code>bpp</code></em> :</span></p></td>
141
 
<td> The pattern bpp.
 
93
<td>The pattern bpp.
142
94
</td>
143
95
</tr>
144
96
<tr>
154
106
<hr>
155
107
<div class="refsect2" title="gimp_pattern_get_pixels ()">
156
108
<a name="gimp-pattern-get-pixels"></a><h3>gimp_pattern_get_pixels ()</h3>
157
 
<pre class="programlisting"><a
158
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
159
 
>gboolean</a>            gimp_pattern_get_pixels             (const <a
160
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
161
 
>gchar</a> *name,
162
 
                                                         <a
163
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
164
 
>gint</a> *width,
165
 
                                                         <a
166
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
167
 
>gint</a> *height,
168
 
                                                         <a
169
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
170
 
>gint</a> *bpp,
171
 
                                                         <a
172
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
173
 
>gint</a> *num_color_bytes,
174
 
                                                         <a
175
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
176
 
>guint8</a> **color_bytes);</pre>
 
109
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_pattern_get_pixels             (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
 
110
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
 
111
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *height</code></em>,
 
112
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bpp</code></em>,
 
113
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_color_bytes</code></em>,
 
114
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> **color_bytes</code></em>);</pre>
177
115
<p>
178
116
Retrieve information about the specified pattern (including pixels).
179
117
</p>
180
118
<p>
181
119
This procedure retrieves information about the specified. This
182
120
includes the pattern extents (width and height), its bpp and its
183
 
pixel data.</p>
184
 
<p>
 
121
pixel data.
185
122
</p>
186
123
<div class="variablelist"><table border="0">
187
124
<col align="left" valign="top">
188
125
<tbody>
189
126
<tr>
190
127
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
191
 
<td> The pattern name.
 
128
<td>The pattern name.
192
129
</td>
193
130
</tr>
194
131
<tr>
195
132
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
196
 
<td> The pattern width.
 
133
<td>The pattern width.
197
134
</td>
198
135
</tr>
199
136
<tr>
200
137
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
201
 
<td> The pattern height.
 
138
<td>The pattern height.
202
139
</td>
203
140
</tr>
204
141
<tr>
205
142
<td><p><span class="term"><em class="parameter"><code>bpp</code></em> :</span></p></td>
206
 
<td> The pattern bpp.
 
143
<td>The pattern bpp.
207
144
</td>
208
145
</tr>
209
146
<tr>
210
147
<td><p><span class="term"><em class="parameter"><code>num_color_bytes</code></em> :</span></p></td>
211
 
<td> Number of pattern bytes.
 
148
<td>Number of pattern bytes.
212
149
</td>
213
150
</tr>
214
151
<tr>
215
152
<td><p><span class="term"><em class="parameter"><code>color_bytes</code></em> :</span></p></td>
216
 
<td> The pattern data.
 
153
<td>The pattern data.
217
154
</td>
218
155
</tr>
219
156
<tr>
230
167
</div>
231
168
<div class="footer">
232
169
<hr>
233
 
          Generated by GTK-Doc V1.11</div>
 
170
          Generated by GTK-Doc V1.15</div>
234
171
</body>
235
 
</html>
 
172
</html>
 
 
b'\\ No newline at end of file'