Gimp.palette_delete_entry

@accepts(unicode, int)
@returns(bool)
def palette_delete_entry(name, entry_num):
    # Python wrapper for gimp_palette_delete_entry()
  

Deletes a palette entry from the specified palette.

This procedure deletes an entry from the specified palette. It returns an error if the entry palette does not exist.

Since 2.2

name

The palette name.

entry_num

The index of the added entry.

Returns