Gimp » Gimp.ValueArray »

Gimp.ValueArray.prototype.remove

function remove(index: Number(gint)): Gimp.ValueArray {
    // Gjs wrapper for gimp_value_array_remove()
}
  

Remove the value at position index from value_array.

Since 2.10

index

position of value to remove, which must be less than Gimp.ValueArray.prototype.length

Returns

the Gimp.ValueArray passed in as value_array

More Information

  • Gimp.ValueArray