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.
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
a newly allocated Gimp.ValueArray.