Gimp.palette_is_editable

function palette_is_editable(name: String): Boolean {
    // Gjs wrapper for gimp_palette_is_editable()
}
  

Tests if palette can be edited

Returns TRUE if you have permission to change the palette

Since 2.4

name

The palette name.

Returns

TRUE if the palette can be edited.