Gimp.palette_is_editable
@accepts(unicode)
@returns(bool)
def palette_is_editable(name):
# Python 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