Gimp.palette_new
@accepts(unicode)
@returns(unicode)
def palette_new(name):
# Python wrapper for gimp_palette_new()
Creates a new palette
This procedure creates a new, uninitialized palette
Since 2.2
- name
The requested name of the new palette.
- Returns