Gimp.ValueArray.remove

@accepts(Gimp.ValueArray, int)
@returns(Gimp.ValueArray)
def remove(self, index):
    # Python wrapper for gimp_value_array_remove()
  

Remove the value at position index from self.

Since 2.10

self

Gimp.ValueArray to remove an element from

index

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

Returns