color-profile-fns.h revision a52b561e67936f7c64eeea33c1b117dda4f4e610
#ifndef SEEN_COLOR_PROFILE_FNS_H
#define SEEN_COLOR_PROFILE_FNS_H
/** \file
* Macros and fn declarations related to linear gradients.
*/
#include <glib-object.h>
#if ENABLE_LCMS
#include <vector>
#include <lcms.h>
#endif // ENABLE_LCMS
} // namespace XML
#if ENABLE_LCMS
void colorprofile_load_profiles(bool force_refresh = false);
#endif
} // namespace Inkscape
#define COLORPROFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), COLORPROFILE_TYPE, Inkscape::ColorProfile))
#define COLORPROFILE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), COLORPROFILE_TYPE, Inkscape::ColorProfileClass))
#endif // !SEEN_COLOR_PROFILE_FNS_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :