Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimppattern</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-data.html" title="Data Objects">
|
||||
<link rel="prev" href="libgimp-gimppalettes.html" title="gimppalettes">
|
||||
<link rel="next" href="libgimp-gimppatterns.html" title="gimppatterns">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimppatterns.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2577535" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2615870" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2683508" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2694559" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimppattern"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2577535"></a><span class="refentrytitle">gimppattern</span>
|
||||
<a name="id2615870"></a><span class="refentrytitle">gimppattern</span>
|
||||
</h2>
|
||||
<p>gimppattern — Functions operating on a single pattern.</p>
|
||||
</td>
|
||||
@ -52,33 +52,33 @@
|
||||
|
||||
|
||||
|
||||
gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-info">gimp_pattern_get_info</a> (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp);
|
||||
gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-pixels">gimp_pattern_get_pixels</a> (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp,
|
||||
gint *num_color_bytes,
|
||||
guint8 **color_bytes);
|
||||
gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-info">gimp_pattern_get_info</a> (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp);
|
||||
gboolean <a href="libgimp-gimppattern.html#gimp-pattern-get-pixels">gimp_pattern_get_pixels</a> (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp,
|
||||
gint *num_color_bytes,
|
||||
guint8 **color_bytes);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2683508"></a><h2>Description</h2>
|
||||
<a name="id2694559"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions operating on a single pattern.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2683523"></a><h2>Details</h2>
|
||||
<a name="id2694574"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2683533"></a><h3>
|
||||
<a name="id2694584"></a><h3>
|
||||
<a name="gimp-pattern-get-info"></a>gimp_pattern_get_info ()</h3>
|
||||
<a class="indexterm" name="id2683547"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp);</pre>
|
||||
<a class="indexterm" name="id2694598"></a><pre class="programlisting">gboolean gimp_pattern_get_info (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp);</pre>
|
||||
<p>
|
||||
Retrieve information about the specified pattern.
|
||||
</p>
|
||||
@ -119,19 +119,19 @@ This includes the pattern extents (width and height).</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.2
|
||||
<p class="since">Since GIMP 2.2
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2660713"></a><h3>
|
||||
<a name="id2694733"></a><h3>
|
||||
<a name="gimp-pattern-get-pixels"></a>gimp_pattern_get_pixels ()</h3>
|
||||
<a class="indexterm" name="id2660727"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp,
|
||||
gint *num_color_bytes,
|
||||
guint8 **color_bytes);</pre>
|
||||
<a class="indexterm" name="id2694746"></a><pre class="programlisting">gboolean gimp_pattern_get_pixels (const gchar *name,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp,
|
||||
gint *num_color_bytes,
|
||||
guint8 **color_bytes);</pre>
|
||||
<p>
|
||||
Retrieve information about the specified pattern (including pixels).
|
||||
</p>
|
||||
@ -183,7 +183,7 @@ pixel data.</p>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<p>Since GIMP 2.2
|
||||
<p class="since">Since GIMP 2.2
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user