X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcolor-profile-fns.h;h=c8c51b5510f4ae5c69e90bcb7f62f2478f1da6c7;hb=9e973c4fb2183b877bb600a7e9c75e93b3e7d6d1;hp=96a7410a9de0fe7c4f8d697467a45d98eece9b0e;hpb=4eefb060ba4e9d34d04abdb76989376292a6fe9b;p=inkscape.git diff --git a/src/color-profile-fns.h b/src/color-profile-fns.h index 96a7410a9..c8c51b551 100644 --- a/src/color-profile-fns.h +++ b/src/color-profile-fns.h @@ -8,6 +8,8 @@ #include #include #if ENABLE_LCMS +#include +#include #include #endif // ENABLE_LCMS @@ -25,7 +27,17 @@ GType colorprofile_get_type(); #if ENABLE_LCMS -cmsHPROFILE colorprofile_get_handle( SPDocument* document, gchar* const name ); +cmsHPROFILE colorprofile_get_handle( SPDocument* document, guint* intent, gchar const* name ); +cmsHTRANSFORM colorprofile_get_display_transform(); + +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 colorprofile_get_display_names(); +std::vector colorprofile_get_softproof_names(); + +Glib::ustring get_path_for_profile(Glib::ustring const& name); #endif