Gimp.palette_new

function palette_new(name: String): String {
    // Gjs 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

The actual new palette name. The returned value must be freed with g_free().