Gimp.value_set_rgb_array function value_set_rgb_array(value: Any, data: Array(Gimp.RGB)): void { // Gjs wrapper for gimp_value_set_rgb_array() } Sets the contents of value to data. value A valid value of type %GIMP_TYPE_RGB_ARRAY data A Gimp.RGB array More Information Gimp