Gimp.value_set_static_double_array

function value_set_static_double_array(value: Any, data: Array(Number(gdouble))): void {
    // Gjs wrapper for gimp_value_set_static_double_array()
}
  

Sets the contents of value to data, without copying the data.

value

A valid value of type %GIMP_TYPE_DOUBLE_ARRAY

data

A #gdouble array