app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / libgimpcolor / gimpcolor.h
blob7e960a14ea2ad5036a36c869b35b828e27aac852
1 /* LIBGIMP - The GIMP Library
2 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
4 * This library is free software: you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 3 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Library General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library. If not, see
16 * <https://www.gnu.org/licenses/>.
19 #ifndef __GIMP_COLOR_H__
20 #define __GIMP_COLOR_H__
22 #define __GIMP_COLOR_H_INSIDE__
24 #include <libgimpcolor/gimpcolortypes.h>
26 #include <libgimpcolor/gimpadaptivesupersample.h>
27 #include <libgimpcolor/gimpbilinear.h>
28 #include <libgimpcolor/gimpcairo.h>
29 #include <libgimpcolor/gimpcolormanaged.h>
30 #include <libgimpcolor/gimpcolorprofile.h>
31 #include <libgimpcolor/gimpcolorspace.h>
32 #include <libgimpcolor/gimpcolortransform.h>
33 #include <libgimpcolor/gimpcmyk.h>
34 #include <libgimpcolor/gimphsl.h>
35 #include <libgimpcolor/gimphsv.h>
36 #include <libgimpcolor/gimppixbuf.h>
37 #include <libgimpcolor/gimprgb.h>
39 #undef __GIMP_COLOR_H_INSIDE__
41 #endif /* __GIMP_COLOR_H__ */