Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / color-profile-fns.h
index 93d327f423c159d68292cdaf9fe3566555b137b2..c8c51b5510f4ae5c69e90bcb7f62f2478f1da6c7 100644 (file)
@@ -28,10 +28,14 @@ GType colorprofile_get_type();
 #if ENABLE_LCMS
 
 cmsHPROFILE colorprofile_get_handle( SPDocument* document, guint* intent, gchar const* name );
+cmsHTRANSFORM colorprofile_get_display_transform();
 
-cmsHPROFILE colorprofile_get_system_profile_handle();
+Glib::ustring colorprofile_get_display_id( int screen, int monitor );
+Glib::ustring colorprofile_set_display_per( gpointer buf, guint bufLen, int screen, int monitor );
+cmsHTRANSFORM colorprofile_get_display_per( Glib::ustring const& id );
 
 std::vector<Glib::ustring> colorprofile_get_display_names();
+std::vector<Glib::ustring> colorprofile_get_softproof_names();
 
 Glib::ustring get_path_for_profile(Glib::ustring const& name);