Gimp.value_dup_double_array

function value_dup_double_array(value: Any): [return_value: Array(Number(gdouble)), length: Number(gsize)] {
    // Gjs wrapper for gimp_value_dup_double_array()
}
  

Gets the contents of a %GIMP_TYPE_DOUBLE_ARRAY GObject.Value

value

A valid value of type %GIMP_TYPE_DOUBLE_ARRAY

return_value

The contents of value

length

the number of returned #double elements.