Gimp.value_get_double_array
@accepts(GObject.Value, gsize)
@returns([float])
def value_get_double_array(value, length):
# Python wrapper for gimp_value_get_double_array()
Gets the contents of a %GIMP_TYPE_DOUBLE_ARRAY GObject.Value
- value
A valid value of type %GIMP_TYPE_DOUBLE_ARRAY
- length
the number of returned #double elements.
- Returns