~ubuntu-branches/ubuntu/gutsy/gimp/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-06-22 17:33:56 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622173356-ncevaebpjiwyxkif
Tags: 2.3.18-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/control: Maintainer change.
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch,
    debian/patches/10_dont_show_wizard.patch: Distro patches.
  - debian/rules:
    - use dh_iconcache,
    - i18n magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<th width="100%" align="center">GIMP Library Reference Manual</th>
32
32
<td><a accesskey="n" href="libgimp-gimppattern.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
33
33
</tr>
34
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581276" class="shortcut">Top</a>
 
34
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2608319" class="shortcut">Top</a>
35
35
                  &#160;|&#160;
36
 
                  <a href="#id2690206" class="shortcut">Description</a></nobr></td></tr>
 
36
                  <a href="#id2690295" class="shortcut">Description</a></nobr></td></tr>
37
37
</table>
38
38
<div class="refentry" lang="en">
39
39
<a name="libgimp-gimppalettes"></a><div class="titlepage"></div>
40
40
<div class="refnamediv"><table width="100%"><tr>
41
41
<td valign="top">
42
42
<h2>
43
 
<a name="id2581276"></a><span class="refentrytitle">gimppalettes</span>
 
43
<a name="id2608319"></a><span class="refentrytitle">gimppalettes</span>
44
44
</h2>
45
45
<p>gimppalettes &#8212; Operations related to palettes.</p>
46
46
</td>
66
66
</pre>
67
67
</div>
68
68
<div class="refsect1" lang="en">
69
 
<a name="id2690206"></a><h2>Description</h2>
 
69
<a name="id2690295"></a><h2>Description</h2>
70
70
<p>
71
71
Operations related to palettes.
72
72
</p>
73
73
</div>
74
74
<div class="refsect1" lang="en">
75
 
<a name="id2690222"></a><h2>Details</h2>
 
75
<a name="id2690310"></a><h2>Details</h2>
76
76
<div class="refsect2" lang="en">
77
 
<a name="id2690232"></a><h3>
 
77
<a name="id2690320"></a><h3>
78
78
<a name="gimp-palettes-refresh"></a>gimp_palettes_refresh ()</h3>
79
 
<a class="indexterm" name="id2690243"></a><pre class="programlisting">gboolean            gimp_palettes_refresh               (void);</pre>
 
79
<a class="indexterm" name="id2690332"></a><pre class="programlisting">gboolean            gimp_palettes_refresh               (void);</pre>
80
80
<p>
81
81
Refreshes current palettes. This function always succeeds.
82
82
</p>
97
97
</div>
98
98
<hr>
99
99
<div class="refsect2" lang="en">
100
 
<a name="id2690289"></a><h3>
 
100
<a name="id2690377"></a><h3>
101
101
<a name="gimp-palettes-get-list"></a>gimp_palettes_get_list ()</h3>
102
 
<a class="indexterm" name="id2690300"></a><pre class="programlisting">gchar**             gimp_palettes_get_list              (const gchar *filter,
 
102
<a class="indexterm" name="id2690389"></a><pre class="programlisting">gchar**             gimp_palettes_get_list              (const gchar *filter,
103
103
                                                         gint *num_palettes);</pre>
104
104
<p>
105
105
Retrieves a list of all of the available palettes
134
134
</div>
135
135
<hr>
136
136
<div class="refsect2" lang="en">
137
 
<a name="id2671605"></a><h3>
 
137
<a name="id2690865"></a><h3>
138
138
<a name="gimp-palettes-get-palette"></a>gimp_palettes_get_palette ()</h3>
139
 
<a class="indexterm" name="id2671619"></a><pre class="programlisting">gchar*              gimp_palettes_get_palette           (gint *num_colors);</pre>
 
139
<a class="indexterm" name="id2690878"></a><pre class="programlisting">gchar*              gimp_palettes_get_palette           (gint *num_colors);</pre>
140
140
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
141
141
<h3 class="title">Warning</h3>
142
142
<p><code class="literal">gimp_palettes_get_palette</code> is deprecated and should not be used in newly-written code.</p>
165
165
</div>
166
166
<hr>
167
167
<div class="refsect2" lang="en">
168
 
<a name="id2671699"></a><h3>
 
168
<a name="id2676913"></a><h3>
169
169
<a name="gimp-palettes-set-palette"></a>gimp_palettes_set_palette ()</h3>
170
 
<a class="indexterm" name="id2693496"></a><pre class="programlisting">gboolean            gimp_palettes_set_palette           (const gchar *name);</pre>
 
170
<a class="indexterm" name="id2676926"></a><pre class="programlisting">gboolean            gimp_palettes_set_palette           (const gchar *name);</pre>
171
171
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
172
172
<h3 class="title">Warning</h3>
173
173
<p><code class="literal">gimp_palettes_set_palette</code> is deprecated and should not be used in newly-written code.</p>
195
195
</div>
196
196
<hr>
197
197
<div class="refsect2" lang="en">
198
 
<a name="id2693577"></a><h3>
 
198
<a name="id2677006"></a><h3>
199
199
<a name="gimp-palettes-get-palette-entry"></a>gimp_palettes_get_palette_entry ()</h3>
200
 
<a class="indexterm" name="id2693590"></a><pre class="programlisting">gchar*              gimp_palettes_get_palette_entry     (const gchar *name,
 
200
<a class="indexterm" name="id2677020"></a><pre class="programlisting">gchar*              gimp_palettes_get_palette_entry     (const gchar *name,
201
201
                                                         gint entry_num,
202
202
                                                         gint *num_colors,
203
203
                                                         <a