FLTK 1.4.0
Loading...
Searching...
No Matches
fl_show_colormap.H
Go to the documentation of this file.
1//
2// Colormap picker header file for the Fast Light Tool Kit (FLTK).
3//
4// Copyright 1998-2010 by Bill Spitzak and others.
5//
6// This library is free software. Distribution and use rights are outlined in
7// the file "COPYING" which should have been included with this file. If this
8// file is missing or damaged, see the license at:
9//
10// https://www.fltk.org/COPYING.php
11//
12// Please see the following page on how to report bugs and issues:
13//
14// https://www.fltk.org/bugs.php
15//
16
22#ifndef fl_show_colormap_H
23#define fl_show_colormap_H
24
25/* doxygen comment here to avoid exposing ColorMenu in fl_show_colormap.cxx
26*/
27
39FL_EXPORT Fl_Color fl_show_colormap(Fl_Color oldcol);
40
43#endif
unsigned int Fl_Color
An FLTK color value; see also Colors
Definition Enumerations.H:1101
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:144