Gimp.gradient_duplicate

@accepts(unicode)
@returns(unicode)
def gradient_duplicate(name):
    # Python wrapper for gimp_gradient_duplicate()
  

Duplicates a gradient

This procedure creates an identical gradient by a different name

Since 2.2

name

The gradient name.

Returns