|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <config.h>#include <FL/Enumerations.H>

Go to the source code of this file.
Classes | |
| struct | Fl_XColor |
Variables | |
| Fl_XColor | fl_xmap [][256] |
| unsigned char | fl_redmask |
| unsigned char | fl_greenmask |
| unsigned char | fl_bluemask |
| int | fl_redshift |
| int | fl_greenshift |
| int | fl_blueshift |
| int | fl_extrashift |
| unsigned char fl_bluemask |
color mask used in current color map handling
Definition at line 59 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
| int fl_blueshift |
color shift used in current color map handling
Definition at line 63 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
| int fl_extrashift |
color shift used in current color map handling
Definition at line 64 of file fl_color.cxx.
Referenced by fl_xpixel().
| unsigned char fl_greenmask |
color mask used in current color map handling
Definition at line 58 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
| int fl_greenshift |
color shift used in current color map handling
Definition at line 62 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
| unsigned char fl_redmask |
color mask used in current color map handling
Definition at line 57 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
| int fl_redshift |
color shift used in current color map handling
Definition at line 61 of file fl_color.cxx.
Referenced by fl_read_image(), and fl_xpixel().
HAVE_OVERLAY determines whether fl_xmap is one or two planes
Definition at line 122 of file fl_color.cxx.