Gimp.ValueArray.index

@accepts(Gimp.ValueArray, int)
@returns(GObject.Value)
def index(self, index):
    # Python wrapper for gimp_value_array_index()
  

Return a pointer to the value at index contained in self.

Since 2.10

self

Gimp.ValueArray to get a value from

index

index of the value of interest

Returns