Gimp.palettes_popup

function palettes_popup(palette_callback: String, popup_title: String, initial_palette_name: String): Boolean {
    // Gjs wrapper for gimp_palettes_popup()
}
  

Invokes the Gimp palette selection dialog.

Opens a dialog letting a user choose a palette.

palette_callback

The callback PDB proc to call when user chooses a palette.

popup_title

Title of the palette selection dialog.

initial_palette_name

The name of the palette to set as the initial choice.

Returns

TRUE on success.