public void DeleteEntry(PaletteEntry entry) { if (!gimp_palette_delete_entry(Name, entry.Index)) { throw new GimpSharpException(); } }