value_take_double_array
Description:
public void value_take_double_array (
Value value,
owned double[] data)
Sets the contents of value to data, and takes ownership of data.
Parameters:
| value |
A valid value of type gimp_type_double_array
|
| data |
A double array
|
| length |
The number of elements in data
|