FLTK 1.3.8
fl_show_colormap.H
Go to the documentation of this file.
1
//
2
// "$Id$"
3
//
4
// Colormap picker header file for the Fast Light Tool Kit (FLTK).
5
//
6
// Copyright 1998-2010 by Bill Spitzak and others.
7
//
8
// This library is free software. Distribution and use rights are outlined in
9
// the file "COPYING" which should have been included with this file. If this
10
// file is missing or damaged, see the license at:
11
//
12
// http://www.fltk.org/COPYING.php
13
//
14
// Please report all bugs and problems on the following page:
15
//
16
// http://www.fltk.org/str.php
17
//
18
24
#ifndef fl_show_colormap_H
25
#define fl_show_colormap_H
26
27
/* doxygen comment here to avoid exposing ColorMenu in fl_show_colormap.cxx
28
*/
29
41
FL_EXPORT
Fl_Color
fl_show_colormap
(
Fl_Color
oldcol);
42
45
#endif
46
47
//
48
// End of "$Id$".
49
//
Fl_Color
unsigned int Fl_Color
An FLTK color value; see also Colors
Definition:
Enumerations.H:932
fl_show_colormap
FL_EXPORT Fl_Color fl_show_colormap(Fl_Color oldcol)
Pops up a window to let the user pick a colormap entry.
Definition:
fl_show_colormap.cxx:146
Copyright © 1998-2021 by Bill Spitzak and others.