Gimp.value_take_float_array
function value_take_float_array(value: Any, data: Array(Number(gdouble))): void {
// Gjs wrapper for gimp_value_take_float_array()
}
Sets the contents of value to data, and takes ownership of data.
- value
A valid value of type %GIMP_TYPE_FLOAT_ARRAY
- data
A #gfloat array