Gimp.ColorProfile.prototype.save_to_file function save_to_file(file: Gio.File): Boolean { // Gjs wrapper for gimp_color_profile_save_to_file() } This function saves profile to file as ICC profile. Since 2.10 file a Gio.File Returns true on success, false if an error occurred. More Information Gimp.ColorProfile