source: NonGTP/glut/FLTK/include/fltk/show_colormap.h @ 814

Revision 814, 1.3 KB checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1//
2// "$Id: show_colormap.h 3191 2004-01-07 06:57:06Z spitzak $"
3//
4// Pretty much obsolete popup color chooser that lets you pick one
5// of the 256 indexed colors in fltk.
6//
7// Copyright 1998-2003 by Bill Spitzak and others.
8//
9// This library is free software; you can redistribute it and/or
10// modify it under the terms of the GNU Library General Public
11// License as published by the Free Software Foundation; either
12// version 2 of the License, or (at your option) any later version.
13//
14// This library is distributed in the hope that it will be useful,
15// but WITHOUT ANY WARRANTY; without even the implied warranty of
16// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17// Library General Public License for more details.
18//
19// You should have received a copy of the GNU Library General Public
20// License along with this library; if not, write to the Free Software
21// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22// USA.
23//
24// Please report all bugs and problems to "fltk-bugs@fltk.org".
25//
26
27#ifndef fltk_show_colormap_h
28#define fltk_show_colormap_h
29
30#include "FL_API.h"
31#include "Color.h"
32
33namespace fltk {
34/*! \addtogroup utilities */
35FL_API Color show_colormap(Color oldcol);
36}
37
38#endif
39
40//
41// End of "$Id: show_colormap.h 3191 2004-01-07 06:57:06Z spitzak $".
42//
Note: See TracBrowser for help on using the repository browser.