|
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 <stdio.h>#include <math.h>
Go to the source code of this file.
Defines | |
| #define | III 255 |
| #define | FL_GRAY_RAMP 32 |
| #define | FL_NUM_GRAY 24 |
| #define | FL_GRAY 49 |
Typedefs | |
| typedef unsigned char | uchar |
Functions | |
| void | background (uchar r, uchar g, uchar b) |
| int | main () |
| #define FL_GRAY 49 |
Definition at line 118 of file cmap.cxx.
Referenced by background().
| #define FL_GRAY_RAMP 32 |
Definition at line 116 of file cmap.cxx.
Referenced by background().
| #define FL_NUM_GRAY 24 |
Definition at line 117 of file cmap.cxx.
Referenced by background().
Definition at line 122 of file cmap.cxx.
References FL_GRAY, FL_GRAY_RAMP, FL_NUM_GRAY, and i.
| int main | ( | ) |
Definition at line 138 of file cmap.cxx.
References b, background, and i.