Ardour  9.0-pre0-582-g084a23a80d
rgb.h
Go to the documentation of this file.
1 /* $Id$ */
2 
3 /* Copyright 2004 The gtkmm Development Team
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free
17  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18  */
19 
20 #ifndef _GDKMM_RGB_H
21 #define _GDKMM_RGB_H
22 
23 #include <gdkmm/colormap.h>
24 #include <gdkmm/visual.h>
25 
26 namespace Gdk
27 {
28 
35 Glib::RefPtr<Colormap> rgb_get_colormap();
36 
43 Glib::RefPtr<Visual> rgb_get_visual();
44 
51 
52 } //namespace Gdk
53 
54 #endif //_GDKMM_RGB_H
55 
bool rgb_ditherable()
Glib::RefPtr< Colormap > rgb_get_colormap()
Glib::RefPtr< Visual > rgb_get_visual()