Gimp.value_take_uint8_array
function value_take_uint8_array(value: Any, data: ByteArray): void {
// Gjs wrapper for gimp_value_take_uint8_array()
}
Sets the contents of value to data, and takes ownership of data.
- value
A valid value of type %GIMP_TYPE_UINT8_ARRAY
- data
A #guint8 array