Function
GimpPaletteget_by_name
since: 3.0
Declaration [src]
GimpPalette*
gimp_palette_get_by_name (
const gchar* name
)
Description [src]
Returns the palette with the given name.
Returns an existing palette having the given name. Returns NULL
when no palette exists of that name.
Available since: 3.0
Parameters
name
-
Type:
const gchar*
The name of the palette.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GimpPalette
The palette.
The data is owned by the called function. |
The return value can be NULL . |