Gimp.ValueArray.copy

@accepts(Gimp.ValueArray)
@returns(Gimp.ValueArray)
def copy(self):
    # Python wrapper for gimp_value_array_copy()
  

Return an exact copy of a Gimp.ValueArray by duplicating all its values.

Since 3.0

self

Gimp.ValueArray to copy

Returns