2002-03-13 05:02:10 +08:00
|
|
|
/* The GIMP -- an image manipulation program
|
2003-07-03 08:47:26 +08:00
|
|
|
* Copyright (C) 1995-2003 Spencer Kimball and Peter Mattis
|
2002-03-13 05:02:10 +08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* NOTE: This file is autogenerated by pdbgen.pl. */
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
#include <glib-object.h>
|
|
|
|
|
2004-05-07 07:26:45 +08:00
|
|
|
#include "libgimpcolor/gimpcolor.h"
|
|
|
|
|
2002-03-13 05:02:10 +08:00
|
|
|
#include "pdb-types.h"
|
2006-04-05 01:47:22 +08:00
|
|
|
#include "gimp-pdb.h"
|
2006-03-31 17:15:08 +08:00
|
|
|
#include "gimpprocedure.h"
|
2006-03-29 03:58:00 +08:00
|
|
|
#include "core/gimpparamspecs.h"
|
2002-03-13 05:02:10 +08:00
|
|
|
|
|
|
|
#include "core/gimp.h"
|
2003-09-05 01:04:36 +08:00
|
|
|
#include "core/gimpcontainer-filter.h"
|
2002-03-13 05:02:10 +08:00
|
|
|
#include "core/gimpcontext.h"
|
|
|
|
#include "core/gimpdatafactory.h"
|
|
|
|
#include "core/gimplist.h"
|
|
|
|
#include "core/gimppalette.h"
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
static GimpProcedure palettes_refresh_proc;
|
|
|
|
static GimpProcedure palettes_get_list_proc;
|
|
|
|
static GimpProcedure palettes_get_palette_proc;
|
|
|
|
static GimpProcedure palettes_get_palette_entry_proc;
|
2002-03-13 05:02:10 +08:00
|
|
|
|
|
|
|
void
|
|
|
|
register_palettes_procs (Gimp *gimp)
|
|
|
|
{
|
2006-04-01 01:42:13 +08:00
|
|
|
GimpProcedure *procedure;
|
2006-03-30 04:27:46 +08:00
|
|
|
|
2006-03-29 03:58:00 +08:00
|
|
|
/*
|
|
|
|
* palettes_refresh
|
|
|
|
*/
|
2006-03-31 17:15:08 +08:00
|
|
|
procedure = gimp_procedure_init (&palettes_refresh_proc, 0, 0);
|
2006-04-05 01:47:22 +08:00
|
|
|
gimp_pdb_register (gimp, procedure);
|
2006-03-29 03:58:00 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* palettes_get_list
|
|
|
|
*/
|
2006-03-31 17:15:08 +08:00
|
|
|
procedure = gimp_procedure_init (&palettes_get_list_proc, 1, 2);
|
|
|
|
gimp_procedure_add_argument (procedure,
|
|
|
|
gimp_param_spec_string ("filter",
|
|
|
|
"filter",
|
|
|
|
"An optional regular expression used to filter the list",
|
|
|
|
FALSE, TRUE,
|
|
|
|
NULL,
|
|
|
|
GIMP_PARAM_READWRITE));
|
|
|
|
gimp_procedure_add_return_value (procedure,
|
2006-04-04 04:54:55 +08:00
|
|
|
gimp_param_spec_int32 ("num-palettes",
|
|
|
|
"num palettes",
|
|
|
|
"The number of palettes in the list",
|
|
|
|
0, G_MAXINT32, 0,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-03-31 17:15:08 +08:00
|
|
|
gimp_procedure_add_return_value (procedure,
|
2006-04-01 09:33:28 +08:00
|
|
|
gimp_param_spec_string_array ("palette-list",
|
|
|
|
"palette list",
|
|
|
|
"The list of palette names",
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-04-05 01:47:22 +08:00
|
|
|
gimp_pdb_register (gimp, procedure);
|
2006-03-29 03:58:00 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* palettes_get_palette
|
|
|
|
*/
|
2006-03-31 17:15:08 +08:00
|
|
|
procedure = gimp_procedure_init (&palettes_get_palette_proc, 0, 2);
|
|
|
|
gimp_procedure_add_return_value (procedure,
|
|
|
|
gimp_param_spec_string ("name",
|
|
|
|
"name",
|
|
|
|
"The palette name",
|
|
|
|
FALSE, TRUE,
|
|
|
|
NULL,
|
|
|
|
GIMP_PARAM_READWRITE));
|
|
|
|
gimp_procedure_add_return_value (procedure,
|
2006-04-04 04:54:55 +08:00
|
|
|
gimp_param_spec_int32 ("num-colors",
|
|
|
|
"num colors",
|
|
|
|
"The palette num_colors",
|
|
|
|
G_MININT32, G_MAXINT32, 0,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-04-05 01:47:22 +08:00
|
|
|
gimp_pdb_register (gimp, procedure);
|
2006-03-29 03:58:00 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* palettes_get_palette_entry
|
|
|
|
*/
|
2006-03-31 17:15:08 +08:00
|
|
|
procedure = gimp_procedure_init (&palettes_get_palette_entry_proc, 2, 3);
|
|
|
|
gimp_procedure_add_argument (procedure,
|
|
|
|
gimp_param_spec_string ("name",
|
|
|
|
"name",
|
|
|
|
"The palette name (\"\" means currently active palette)",
|
|
|
|
FALSE, TRUE,
|
2006-03-29 03:58:00 +08:00
|
|
|
NULL,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-03-31 17:15:08 +08:00
|
|
|
gimp_procedure_add_argument (procedure,
|
2006-04-04 04:54:55 +08:00
|
|
|
gimp_param_spec_int32 ("entry-num",
|
|
|
|
"entry num",
|
|
|
|
"The entry to retrieve",
|
|
|
|
G_MININT32, G_MAXINT32, 0,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-03-31 17:15:08 +08:00
|
|
|
gimp_procedure_add_return_value (procedure,
|
|
|
|
gimp_param_spec_string ("actual-name",
|
|
|
|
"actual name",
|
|
|
|
"The palette name",
|
|
|
|
FALSE, FALSE,
|
|
|
|
NULL,
|
|
|
|
GIMP_PARAM_READWRITE));
|
|
|
|
gimp_procedure_add_return_value (procedure,
|
2006-04-04 04:54:55 +08:00
|
|
|
gimp_param_spec_int32 ("num-colors",
|
|
|
|
"num colors",
|
|
|
|
"The palette num_colors",
|
|
|
|
G_MININT32, G_MAXINT32, 0,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-03-31 17:15:08 +08:00
|
|
|
gimp_procedure_add_return_value (procedure,
|
|
|
|
gimp_param_spec_rgb ("color",
|
|
|
|
"color",
|
|
|
|
"The color requested",
|
|
|
|
NULL,
|
|
|
|
GIMP_PARAM_READWRITE));
|
2006-04-05 01:47:22 +08:00
|
|
|
gimp_pdb_register (gimp, procedure);
|
2006-03-29 03:58:00 +08:00
|
|
|
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
static GValueArray *
|
|
|
|
palettes_refresh_invoker (GimpProcedure *procedure,
|
|
|
|
Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const GValueArray *args)
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
2005-04-13 06:58:12 +08:00
|
|
|
gimp_data_factory_data_refresh (gimp->palette_factory);
|
2006-04-01 01:42:13 +08:00
|
|
|
return gimp_procedure_get_return_values (procedure, TRUE);
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
static GimpProcedure palettes_refresh_proc =
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
2006-04-01 00:17:07 +08:00
|
|
|
TRUE, TRUE,
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-palettes-refresh",
|
|
|
|
"gimp-palettes-refresh",
|
2003-12-08 19:58:45 +08:00
|
|
|
"Refreshes current palettes. This function always succeeds.",
|
2004-09-23 23:05:48 +08:00
|
|
|
"This procedure retrieves all palettes currently in the user's palette path and updates the palette dialogs accordingly.",
|
2002-03-13 05:02:10 +08:00
|
|
|
"Adrian Likins <adrian@gimp.org>",
|
|
|
|
"Adrian Likins",
|
|
|
|
"1998",
|
2004-10-06 21:13:08 +08:00
|
|
|
NULL,
|
2002-03-13 05:02:10 +08:00
|
|
|
GIMP_INTERNAL,
|
2006-03-29 03:58:00 +08:00
|
|
|
0, NULL, 0, NULL,
|
2002-03-13 05:02:10 +08:00
|
|
|
{ { palettes_refresh_invoker } }
|
|
|
|
};
|
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
static GValueArray *
|
|
|
|
palettes_get_list_invoker (GimpProcedure *procedure,
|
|
|
|
Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const GValueArray *args)
|
2002-03-13 23:29:59 +08:00
|
|
|
{
|
2003-09-05 01:04:36 +08:00
|
|
|
gboolean success = TRUE;
|
2006-04-04 18:30:58 +08:00
|
|
|
GValueArray *return_vals;
|
2006-04-03 00:03:32 +08:00
|
|
|
const gchar *filter;
|
2006-03-15 23:32:39 +08:00
|
|
|
gint32 num_palettes = 0;
|
2003-09-05 01:28:13 +08:00
|
|
|
gchar **palette_list = NULL;
|
2002-03-13 23:29:59 +08:00
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
filter = g_value_get_string (&args->values[0]);
|
2002-03-13 23:29:59 +08:00
|
|
|
|
2003-09-05 01:04:36 +08:00
|
|
|
if (success)
|
2006-03-22 17:58:08 +08:00
|
|
|
{
|
|
|
|
palette_list = gimp_container_get_filtered_name_array (gimp->palette_factory->container,
|
|
|
|
filter, &num_palettes);
|
|
|
|
}
|
2002-03-13 23:29:59 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (procedure, success);
|
2003-09-05 01:04:36 +08:00
|
|
|
|
|
|
|
if (success)
|
|
|
|
{
|
2006-04-04 18:30:58 +08:00
|
|
|
g_value_set_int (&return_vals->values[1], num_palettes);
|
|
|
|
gimp_value_take_stringarray (&return_vals->values[2], palette_list, num_palettes);
|
2003-09-05 01:04:36 +08:00
|
|
|
}
|
2002-03-13 23:29:59 +08:00
|
|
|
|
2006-03-28 05:09:32 +08:00
|
|
|
return return_vals;
|
2002-03-13 23:29:59 +08:00
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
static GimpProcedure palettes_get_list_proc =
|
2002-03-13 23:29:59 +08:00
|
|
|
{
|
2006-04-01 00:17:07 +08:00
|
|
|
TRUE, TRUE,
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-palettes-get-list",
|
|
|
|
"gimp-palettes-get-list",
|
2002-03-13 23:29:59 +08:00
|
|
|
"Retrieves a list of all of the available palettes",
|
2005-08-03 06:52:23 +08:00
|
|
|
"This procedure returns a complete listing of available palettes. Each name returned can be used as input to the command 'gimp-context-set-palette'.",
|
2002-03-13 23:29:59 +08:00
|
|
|
"Nathan Summers <rock@gimp.org>",
|
|
|
|
"Nathan Summers",
|
|
|
|
"2001",
|
2004-10-06 21:13:08 +08:00
|
|
|
NULL,
|
2002-03-13 23:29:59 +08:00
|
|
|
GIMP_INTERNAL,
|
2006-03-29 03:58:00 +08:00
|
|
|
0, NULL, 0, NULL,
|
2002-03-13 23:29:59 +08:00
|
|
|
{ { palettes_get_list_invoker } }
|
|
|
|
};
|
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
static GValueArray *
|
|
|
|
palettes_get_palette_invoker (GimpProcedure *procedure,
|
|
|
|
Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const GValueArray *args)
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
|
|
|
gboolean success = TRUE;
|
2006-04-04 18:30:58 +08:00
|
|
|
GValueArray *return_vals;
|
2006-03-15 20:49:25 +08:00
|
|
|
gchar *name = NULL;
|
|
|
|
gint32 num_colors = 0;
|
2002-03-13 05:02:10 +08:00
|
|
|
|
2006-03-15 20:49:25 +08:00
|
|
|
GimpPalette *palette = gimp_context_get_palette (context);
|
|
|
|
|
|
|
|
if (palette)
|
|
|
|
{
|
2006-03-25 05:57:47 +08:00
|
|
|
name = g_strdup (gimp_object_get_name (GIMP_OBJECT (palette)));
|
2006-03-15 20:49:25 +08:00
|
|
|
num_colors = palette->n_colors;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
success = FALSE;
|
2002-03-13 05:02:10 +08:00
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (procedure, success);
|
2002-03-13 05:02:10 +08:00
|
|
|
|
|
|
|
if (success)
|
|
|
|
{
|
2006-04-04 18:30:58 +08:00
|
|
|
g_value_take_string (&return_vals->values[1], name);
|
|
|
|
g_value_set_int (&return_vals->values[2], num_colors);
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-03-28 05:09:32 +08:00
|
|
|
return return_vals;
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
static GimpProcedure palettes_get_palette_proc =
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
2006-04-01 00:17:07 +08:00
|
|
|
TRUE, TRUE,
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-palettes-get-palette",
|
|
|
|
"gimp-palettes-get-palette",
|
|
|
|
"This procedure is deprecated! Use 'gimp-context-get-palette' instead.",
|
|
|
|
"This procedure is deprecated! Use 'gimp-context-get-palette' instead.",
|
2004-09-29 06:01:21 +08:00
|
|
|
"",
|
|
|
|
"",
|
|
|
|
"",
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-context-get-palette",
|
2002-03-13 05:02:10 +08:00
|
|
|
GIMP_INTERNAL,
|
2006-03-29 03:58:00 +08:00
|
|
|
0, NULL, 0, NULL,
|
2002-03-13 05:02:10 +08:00
|
|
|
{ { palettes_get_palette_invoker } }
|
|
|
|
};
|
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
static GValueArray *
|
|
|
|
palettes_get_palette_entry_invoker (GimpProcedure *procedure,
|
|
|
|
Gimp *gimp,
|
|
|
|
GimpContext *context,
|
|
|
|
GimpProgress *progress,
|
|
|
|
const GValueArray *args)
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
|
|
|
gboolean success = TRUE;
|
2006-04-04 18:30:58 +08:00
|
|
|
GValueArray *return_vals;
|
2006-04-03 00:03:32 +08:00
|
|
|
const gchar *name;
|
2002-03-13 05:02:10 +08:00
|
|
|
gint32 entry_num;
|
2006-03-15 20:49:25 +08:00
|
|
|
gchar *actual_name = NULL;
|
|
|
|
gint32 num_colors = 0;
|
2006-03-15 23:32:39 +08:00
|
|
|
GimpRGB color = { 0.0, 0.0, 0.0, 1.0 };
|
2002-03-13 05:02:10 +08:00
|
|
|
|
2006-04-04 18:30:58 +08:00
|
|
|
name = g_value_get_string (&args->values[0]);
|
|
|
|
entry_num = g_value_get_int (&args->values[1]);
|
2002-03-13 05:02:10 +08:00
|
|
|
|
|
|
|
if (success)
|
|
|
|
{
|
2006-03-15 20:49:25 +08:00
|
|
|
GimpPalette *palette;
|
|
|
|
|
2004-09-23 23:05:48 +08:00
|
|
|
if (name && strlen (name))
|
2006-03-15 05:35:50 +08:00
|
|
|
{
|
|
|
|
palette = (GimpPalette *)
|
|
|
|
gimp_container_get_child_by_name (gimp->palette_factory->container,
|
|
|
|
name);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
palette = gimp_context_get_palette (context);
|
|
|
|
}
|
2004-03-27 00:38:44 +08:00
|
|
|
|
2003-12-08 19:58:45 +08:00
|
|
|
if (palette)
|
2004-03-27 00:49:18 +08:00
|
|
|
{
|
2006-03-15 20:49:25 +08:00
|
|
|
if (entry_num >= 0 && entry_num < palette->n_colors)
|
2004-03-27 00:49:18 +08:00
|
|
|
{
|
2006-03-15 20:49:25 +08:00
|
|
|
GimpPaletteEntry *entry = g_list_nth_data (palette->colors, entry_num);
|
2004-03-27 00:49:18 +08:00
|
|
|
|
2006-03-25 05:57:47 +08:00
|
|
|
actual_name = g_strdup (gimp_object_get_name (GIMP_OBJECT (palette)));
|
2006-03-15 20:49:25 +08:00
|
|
|
num_colors = palette->n_colors;
|
|
|
|
color = entry->color;
|
2004-03-27 00:49:18 +08:00
|
|
|
}
|
2006-03-15 20:49:25 +08:00
|
|
|
else
|
|
|
|
success = FALSE;
|
2004-03-27 00:49:18 +08:00
|
|
|
}
|
2003-12-08 19:58:45 +08:00
|
|
|
else
|
2004-03-27 00:49:18 +08:00
|
|
|
success = FALSE;
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
return_vals = gimp_procedure_get_return_values (procedure, success);
|
2002-03-13 05:02:10 +08:00
|
|
|
|
|
|
|
if (success)
|
|
|
|
{
|
2006-04-04 18:30:58 +08:00
|
|
|
g_value_take_string (&return_vals->values[1], actual_name);
|
|
|
|
g_value_set_int (&return_vals->values[2], num_colors);
|
|
|
|
gimp_value_set_rgb (&return_vals->values[3], &color);
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-03-28 05:09:32 +08:00
|
|
|
return return_vals;
|
2002-03-13 05:02:10 +08:00
|
|
|
}
|
|
|
|
|
2006-04-01 01:42:13 +08:00
|
|
|
static GimpProcedure palettes_get_palette_entry_proc =
|
2002-03-13 05:02:10 +08:00
|
|
|
{
|
2006-04-01 00:17:07 +08:00
|
|
|
TRUE, TRUE,
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-palettes-get-palette-entry",
|
|
|
|
"gimp-palettes-get-palette-entry",
|
|
|
|
"This procedure is deprecated! Use 'gimp-palette-entry-get-color' instead.",
|
|
|
|
"This procedure is deprecated! Use 'gimp-palette-entry-get-color' instead.",
|
2004-09-29 06:01:21 +08:00
|
|
|
"",
|
|
|
|
"",
|
|
|
|
"",
|
2005-08-03 06:52:23 +08:00
|
|
|
"gimp-palette-entry-get-color",
|
2002-03-13 05:02:10 +08:00
|
|
|
GIMP_INTERNAL,
|
2006-03-29 03:58:00 +08:00
|
|
|
0, NULL, 0, NULL,
|
2002-03-13 05:02:10 +08:00
|
|
|
{ { palettes_get_palette_entry_invoker } }
|
|
|
|
};
|