Gimp.gradients_get_list

@accepts(unicode)
@returns([unicode])
def gradients_get_list(filter):
    # Python wrapper for gimp_gradients_get_list()
  

Retrieve the list of loaded gradients.

This procedure returns a list of the gradients that are currently loaded. You can later use the Gimp.context_set_gradient function to set the active gradient.

filter

An optional regular expression used to filter the list.

Returns