Gimp.palette_delete

@accepts(unicode)
@returns(bool)
def palette_delete(name):
    # Python wrapper for gimp_palette_delete()
  

Deletes a palette

This procedure deletes a palette

Since 2.2

name

The palette name.

Returns