fltk/FL/fl_show_colormap.H

11 lines
165 B
C++
Raw Normal View History

// fl_show_colormap.H
// Color picker copied from Forms
#ifndef fl_show_colormap_H
#define fl_show_colormap_H
Fl_Color fl_show_colormap(Fl_Color oldcol);
#endif