Imported Upstream version 2.3.16

This commit is contained in:
Ari Pollak
2010-08-11 01:21:23 -04:00
parent d694295a3e
commit 2e1d89b96f
944 changed files with 103935 additions and 69090 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimppalette</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-gimpgradients.html" title="gimpgradients">
<link rel="next" href="libgimp-gimppalettes.html" title="gimppalettes">
<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&#160;I.&#160;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-gimppalettes.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="#id2584791" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2580367" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2683142" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2690560" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimppalette"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2584791"></a><span class="refentrytitle">gimppalette</span>
<a name="id2580367"></a><span class="refentrytitle">gimppalette</span>
</h2>
<p>gimppalette &#8212; Functions operating on a single palette.</p>
</td>
@ -52,69 +52,69 @@
gchar* <a href="libgimp-gimppalette.html#gimp-palette-new">gimp_palette_new</a> (const gchar *name);
gchar* <a href="libgimp-gimppalette.html#gimp-palette-duplicate">gimp_palette_duplicate</a> (const gchar *name);
gchar* <a href="libgimp-gimppalette.html#gimp-palette-rename">gimp_palette_rename</a> (const gchar *name,
const gchar *new_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-delete">gimp_palette_delete</a> (const gchar *name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-info">gimp_palette_get_info</a> (const gchar *name,
gint *num_colors);
gint <a href="libgimp-gimppalette.html#gimp-palette-get-columns">gimp_palette_get_columns</a> (const gchar *name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-columns">gimp_palette_set_columns</a> (const gchar *name,
gint columns);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-add-entry">gimp_palette_add_entry</a> (const gchar *name,
const gchar *entry_name,
const <a
gchar* <a href="libgimp-gimppalette.html#gimp-palette-new">gimp_palette_new</a> (const gchar *name);
gchar* <a href="libgimp-gimppalette.html#gimp-palette-duplicate">gimp_palette_duplicate</a> (const gchar *name);
gchar* <a href="libgimp-gimppalette.html#gimp-palette-rename">gimp_palette_rename</a> (const gchar *name,
const gchar *new_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-delete">gimp_palette_delete</a> (const gchar *name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-info">gimp_palette_get_info</a> (const gchar *name,
gint *num_colors);
gint <a href="libgimp-gimppalette.html#gimp-palette-get-columns">gimp_palette_get_columns</a> (const gchar *name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-columns">gimp_palette_set_columns</a> (const gchar *name,
gint columns);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-add-entry">gimp_palette_add_entry</a> (const gchar *name,
const gchar *entry_name,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
gint *entry_num);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-delete-entry">gimp_palette_delete_entry</a> (const gchar *name,
gint entry_num);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-get-color">gimp_palette_entry_get_color</a> (const gchar *name,
gint entry_num,
<a
gint *entry_num);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-delete-entry">gimp_palette_delete_entry</a> (const gchar *name,
gint entry_num);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-get-color">gimp_palette_entry_get_color</a> (const gchar *name,
gint entry_num,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-set-color">gimp_palette_entry_set_color</a> (const gchar *name,
gint entry_num,
const <a
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-set-color">gimp_palette_entry_set_color</a> (const gchar *name,
gint entry_num,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-get-name">gimp_palette_entry_get_name</a> (const gchar *name,
gint entry_num,
gchar **entry_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-set-name">gimp_palette_entry_set_name</a> (const gchar *name,
gint entry_num,
const gchar *entry_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-foreground">gimp_palette_get_foreground</a> (<a
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-get-name">gimp_palette_entry_get_name</a> (const gchar *name,
gint entry_num,
gchar **entry_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-entry-set-name">gimp_palette_entry_set_name</a> (const gchar *name,
gint entry_num,
const gchar *entry_name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-foreground">gimp_palette_get_foreground</a> (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-background">gimp_palette_get_background</a> (<a
gboolean <a href="libgimp-gimppalette.html#gimp-palette-get-background">gimp_palette_get_background</a> (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-foreground">gimp_palette_set_foreground</a> (const <a
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-foreground">gimp_palette_set_foreground</a> (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-background">gimp_palette_set_background</a> (const <a
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-background">gimp_palette_set_background</a> (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-default-colors">gimp_palette_set_default_colors</a> (void);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-swap-colors">gimp_palette_swap_colors</a> (void);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-is-editable">gimp_palette_is_editable</a> (const gchar *name);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-set-default-colors">gimp_palette_set_default_colors</a> (void);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-swap-colors">gimp_palette_swap_colors</a> (void);
gboolean <a href="libgimp-gimppalette.html#gimp-palette-is-editable">gimp_palette_is_editable</a> (const gchar *name);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2683142"></a><h2>Description</h2>
<a name="id2690560"></a><h2>Description</h2>
<p>
Functions operating on a single palette.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2683157"></a><h2>Details</h2>
<a name="id2690576"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2683168"></a><h3>
<a name="id2690586"></a><h3>
<a name="gimp-palette-new"></a>gimp_palette_new ()</h3>
<a class="indexterm" name="id2685606"></a><pre class="programlisting">gchar* gimp_palette_new (const gchar *name);</pre>
<a class="indexterm" name="id2690599"></a><pre class="programlisting">gchar* gimp_palette_new (const gchar *name);</pre>
<p>
Creates a new palette
</p>
@ -139,14 +139,14 @@ This procedure creates a new, uninitialized palette</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="id2685673"></a><h3>
<a name="id2690669"></a><h3>
<a name="gimp-palette-duplicate"></a>gimp_palette_duplicate ()</h3>
<a class="indexterm" name="id2685687"></a><pre class="programlisting">gchar* gimp_palette_duplicate (const gchar *name);</pre>
<a class="indexterm" name="id2690682"></a><pre class="programlisting">gchar* gimp_palette_duplicate (const gchar *name);</pre>
<p>
Duplicates a palette
</p>
@ -171,15 +171,15 @@ This procedure creates an identical palette by a different name</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="id2685754"></a><h3>
<a name="id2669471"></a><h3>
<a name="gimp-palette-rename"></a>gimp_palette_rename ()</h3>
<a class="indexterm" name="id2685768"></a><pre class="programlisting">gchar* gimp_palette_rename (const gchar *name,
const gchar *new_name);</pre>
<a class="indexterm" name="id2669483"></a><pre class="programlisting">gchar* gimp_palette_rename (const gchar *name,
const gchar *new_name);</pre>
<p>
Rename a palette
</p>
@ -209,14 +209,14 @@ This procedure renames a palette</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="id2685855"></a><h3>
<a name="id2669573"></a><h3>
<a name="gimp-palette-delete"></a>gimp_palette_delete ()</h3>
<a class="indexterm" name="id2685868"></a><pre class="programlisting">gboolean gimp_palette_delete (const gchar *name);</pre>
<a class="indexterm" name="id2669586"></a><pre class="programlisting">gboolean gimp_palette_delete (const gchar *name);</pre>
<p>
Deletes a palette
</p>
@ -241,15 +241,15 @@ This procedure deletes a palette</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="id2685934"></a><h3>
<a name="id2669656"></a><h3>
<a name="gimp-palette-get-info"></a>gimp_palette_get_info ()</h3>
<a class="indexterm" name="id2685947"></a><pre class="programlisting">gboolean gimp_palette_get_info (const gchar *name,
gint *num_colors);</pre>
<a class="indexterm" name="id2669669"></a><pre class="programlisting">gboolean gimp_palette_get_info (const gchar *name,
gint *num_colors);</pre>
<p>
Retrieve information about the specified palette.
</p>
@ -280,14 +280,14 @@ This includes the name, and the number of colors.</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="id2664788"></a><h3>
<a name="id2695006"></a><h3>
<a name="gimp-palette-get-columns"></a>gimp_palette_get_columns ()</h3>
<a class="indexterm" name="id2664802"></a><pre class="programlisting">gint gimp_palette_get_columns (const gchar *name);</pre>
<a class="indexterm" name="id2695019"></a><pre class="programlisting">gint gimp_palette_get_columns (const gchar *name);</pre>
<p>
Retrieves the number of columns to use to display this palette
</p>
@ -313,15 +313,15 @@ the palette is being displayed.</p>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
<p class="since">Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664872"></a><h3>
<a name="id2695093"></a><h3>
<a name="gimp-palette-set-columns"></a>gimp_palette_set_columns ()</h3>
<a class="indexterm" name="id2664886"></a><pre class="programlisting">gboolean gimp_palette_set_columns (const gchar *name,
gint columns);</pre>
<a class="indexterm" name="id2695106"></a><pre class="programlisting">gboolean gimp_palette_set_columns (const gchar *name,
gint columns);</pre>
<p>
Sets the number of columns to use when displaying the palette
</p>
@ -353,19 +353,19 @@ if the palette is writable. The maximum allowed value is 64.</p>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
<p class="since">Since GIMP 2.4
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2664978"></a><h3>
<a name="id2695200"></a><h3>
<a name="gimp-palette-add-entry"></a>gimp_palette_add_entry ()</h3>
<a class="indexterm" name="id2664992"></a><pre class="programlisting">gboolean gimp_palette_add_entry (const gchar *name,
const gchar *entry_name,
const <a
<a class="indexterm" name="id2695214"></a><pre class="programlisting">gboolean gimp_palette_add_entry (const gchar *name,
const gchar *entry_name,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
gint *entry_num);</pre>
gint *entry_num);</pre>
<p>
Adds a palette entry to the specified palette.
</p>
@ -406,15 +406,15 @@ error if the entry palette does not exist.</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="id2665125"></a><h3>
<a name="id2695349"></a><h3>
<a name="gimp-palette-delete-entry"></a>gimp_palette_delete_entry ()</h3>
<a class="indexterm" name="id2665138"></a><pre class="programlisting">gboolean gimp_palette_delete_entry (const gchar *name,
gint entry_num);</pre>
<a class="indexterm" name="id2699489"></a><pre class="programlisting">gboolean gimp_palette_delete_entry (const gchar *name,
gint entry_num);</pre>
<p>
Deletes a palette entry from the specified palette.
</p>
@ -445,16 +445,16 @@ returns an error if the entry palette does not exist.</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="id2690074"></a><h3>
<a name="id2699574"></a><h3>
<a name="gimp-palette-entry-get-color"></a>gimp_palette_entry_get_color ()</h3>
<a class="indexterm" name="id2690087"></a><pre class="programlisting">gboolean gimp_palette_entry_get_color (const gchar *name,
gint entry_num,
<a
<a class="indexterm" name="id2699586"></a><pre class="programlisting">gboolean gimp_palette_entry_get_color (const gchar *name,
gint entry_num,
<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
<p>
@ -493,16 +493,16 @@ exist.</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="id2690188"></a><h3>
<a name="id2699691"></a><h3>
<a name="gimp-palette-entry-set-color"></a>gimp_palette_entry_set_color ()</h3>
<a class="indexterm" name="id2690201"></a><pre class="programlisting">gboolean gimp_palette_entry_set_color (const gchar *name,
gint entry_num,
const <a
<a class="indexterm" name="id2699704"></a><pre class="programlisting">gboolean gimp_palette_entry_set_color (const gchar *name,
gint entry_num,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color);</pre>
<p>
@ -541,16 +541,16 @@ exist.</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="id2690302"></a><h3>
<a name="id2699808"></a><h3>
<a name="gimp-palette-entry-get-name"></a>gimp_palette_entry_get_name ()</h3>
<a class="indexterm" name="id2690315"></a><pre class="programlisting">gboolean gimp_palette_entry_get_name (const gchar *name,
gint entry_num,
gchar **entry_name);</pre>
<a class="indexterm" name="id2699821"></a><pre class="programlisting">gboolean gimp_palette_entry_get_name (const gchar *name,
gint entry_num,
gchar **entry_name);</pre>
<p>
Gets the specified palette entry from the specified palette.
</p>
@ -587,16 +587,16 @@ exist.</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="id2690416"></a><h3>
<a name="id2699926"></a><h3>
<a name="gimp-palette-entry-set-name"></a>gimp_palette_entry_set_name ()</h3>
<a class="indexterm" name="id2690428"></a><pre class="programlisting">gboolean gimp_palette_entry_set_name (const gchar *name,
gint entry_num,
const gchar *entry_name);</pre>
<a class="indexterm" name="id2699938"></a><pre class="programlisting">gboolean gimp_palette_entry_set_name (const gchar *name,
gint entry_num,
const gchar *entry_name);</pre>
<p>
Sets the specified palette entry in the specified palette.
</p>
@ -633,14 +633,14 @@ exist.</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="id2690531"></a><h3>
<a name="id2700043"></a><h3>
<a name="gimp-palette-get-foreground"></a>gimp_palette_get_foreground ()</h3>
<a class="indexterm" name="id2690544"></a><pre class="programlisting">gboolean gimp_palette_get_foreground (<a
<a class="indexterm" name="id2700055"></a><pre class="programlisting">gboolean gimp_palette_get_foreground (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -675,9 +675,9 @@ blending, and bucket fill.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2690616"></a><h3>
<a name="id2700126"></a><h3>
<a name="gimp-palette-get-background"></a>gimp_palette_get_background ()</h3>
<a class="indexterm" name="id2690629"></a><pre class="programlisting">gboolean gimp_palette_get_background (<a
<a class="indexterm" name="id2700139"></a><pre class="programlisting">gboolean gimp_palette_get_background (<a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -712,9 +712,9 @@ erasing (with non-alpha images), and image filling.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2690701"></a><h3>
<a name="id2700210"></a><h3>
<a name="gimp-palette-set-foreground"></a>gimp_palette_set_foreground ()</h3>
<a class="indexterm" name="id2690714"></a><pre class="programlisting">gboolean gimp_palette_set_foreground (const <a
<a class="indexterm" name="id2700223"></a><pre class="programlisting">gboolean gimp_palette_set_foreground (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *foreground);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -749,9 +749,9 @@ and bucket fill will use the new value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2690786"></a><h3>
<a name="id2700294"></a><h3>
<a name="gimp-palette-set-background"></a>gimp_palette_set_background ()</h3>
<a class="indexterm" name="id2690799"></a><pre class="programlisting">gboolean gimp_palette_set_background (const <a
<a class="indexterm" name="id2700306"></a><pre class="programlisting">gboolean gimp_palette_set_background (const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *background);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -787,9 +787,9 @@ value.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2690871"></a><h3>
<a name="id2700378"></a><h3>
<a name="gimp-palette-set-default-colors"></a>gimp_palette_set_default_colors ()</h3>
<a class="indexterm" name="id2690886"></a><pre class="programlisting">gboolean gimp_palette_set_default_colors (void);</pre>
<a class="indexterm" name="id2700391"></a><pre class="programlisting">gboolean gimp_palette_set_default_colors (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palette_set_default_colors</code> is deprecated and should not be used in newly-written code.</p>
@ -815,9 +815,9 @@ colors to their initial default values, black and white.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2690941"></a><h3>
<a name="id2700446"></a><h3>
<a name="gimp-palette-swap-colors"></a>gimp_palette_swap_colors ()</h3>
<a class="indexterm" name="id2690953"></a><pre class="programlisting">gboolean gimp_palette_swap_colors (void);</pre>
<a class="indexterm" name="id2700459"></a><pre class="programlisting">gboolean gimp_palette_swap_colors (void);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gimp_palette_swap_colors</code> is deprecated and should not be used in newly-written code.</p>
@ -843,9 +843,9 @@ color and vice versa.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2691007"></a><h3>
<a name="id2700513"></a><h3>
<a name="gimp-palette-is-editable"></a>gimp_palette_is_editable ()</h3>
<a class="indexterm" name="id2691020"></a><pre class="programlisting">gboolean gimp_palette_is_editable (const gchar *name);</pre>
<a class="indexterm" name="id2700525"></a><pre class="programlisting">gboolean gimp_palette_is_editable (const gchar *name);</pre>
<p>
Tests if palette can be edited
</p>
@ -870,7 +870,7 @@ Returns TRUE if you have permission to change the palette</p>
</tr>
</tbody>
</table></div>
<p>Since GIMP 2.4
<p class="since">Since GIMP 2.4
</p>
</div>
</div>