Gimp.palette_entry_get_name

@accepts(unicode, int, unicode)
@returns(bool)
def palette_entry_get_name(name, entry_num, entry_name):
    # Python wrapper for gimp_palette_entry_get_name()
  

Gets the specified palette entry from the specified palette.

This procedure retrieves the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.

Since 2.2

name

The palette name.

entry_num

The entry to retrieve.

entry_name

The name requested.

Returns