Function

Gimppalette_new

since: 2.2

Declaration [src]

gchar*
gimp_palette_new (
  const gchar* name
)

Description [src]

Creates a new palette

This procedure creates a new, uninitialized palette.

Available since: 2.2

Parameters

name

Type: const gchar*

The requested name of the new palette.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gchar*

The actual new palette name. The returned value must be freed with g_free().

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.