[ CCode ( array_length = false , array_null_terminated = true ) ]
public (unowned Palette)[] palettes_get_list (string? filter)
Retrieves a list of all of the available palettes
This procedure returns a complete listing of available palettes. Each palette returned can be used as input to [ func@Gimp.context_set_palette].
| filter |
An optional regular expression used to filter the list. |
|
The list of palettes. The returned value must be freed with g_free. |