Gimp.Gradient.get_by_name

@accepts(unicode)
@returns(Gimp.Gradient)
def get_by_name(name):
    # Python wrapper for gimp_gradient_get_by_name()
  

Returns the gradient with the given name.

Returns the gradient with the given name.

Since 3.0

name

The name of the gradient.

Returns