Gimp.Palette.prototype.get_entry_name

function get_entry_name(entry_num: Number(gint)): [ok: Boolean, entry_name: String] {
    // Gjs wrapper for gimp_palette_get_entry_name()
}
  

Gets the name of an entry in the palette.

Gets the name of the entry at the zero-based index into the palette. Returns an error when the index is out of range.

Since 2.2

entry_num

The entry to get.

ok

TRUE on success.

entry_name

The name of the entry.