Gimp.context_get_palette
function context_get_palette(): String {
// Gjs wrapper for gimp_context_get_palette()
}
Retrieve the currently active palette.
This procedure returns the name of the the currently active palette.
Since 2.2
- Returns
The name of the active palette. The returned value must be freed with g_free().