Gimp.ValueArray.prototype.index
function index(index: Number(gint)): Any {
// Gjs wrapper for gimp_value_array_index()
}
Return a pointer to the value at index contained in value_array.
Since 2.10
- index
index of the value of interest
- Returns
pointer to a value at index in value_array