Gimp » Gimp.ValueArray »

Gimp.ValueArray.prototype.copy

function copy(): Gimp.ValueArray {
    // Gjs wrapper for gimp_value_array_copy()
}
  

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

Since 3.0

Returns

a newly allocated Gimp.ValueArray.

More Information

  • Gimp.ValueArray