Gimp.palette_duplicate

@accepts(unicode)
@returns(unicode)
def palette_duplicate(name):
    # Python wrapper for gimp_palette_duplicate()
  

Duplicates a palette

This procedure creates an identical palette by a different name

Since 2.2

name

The palette name.

Returns