Gimp.palettes_popup

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

Invokes the Gimp palette selection.

This procedure opens the palette selection dialog.

palette_callback

The callback PDB proc to call when palette selection is made.

popup_title

Title of the palette selection dialog.

initial_palette

The name of the palette to set as the first selected.

Returns

TRUE on success.