Gimp.gradient_new

@accepts(unicode)
@returns(unicode)
def gradient_new(name):
    # Python wrapper for gimp_gradient_new()
  

Creates a new gradient

This procedure creates a new, uninitialized gradient

Since 2.2

name

The requested name of the new gradient.

Returns