Gimp.palette_rename
@accepts(unicode, unicode)
@returns(unicode)
def palette_rename(name, new_name):
# Python wrapper for gimp_palette_rename()
Rename a palette
This procedure renames a palette
Since 2.2
- name
The palette name.
- new_name
The new name of the palette.
- Returns