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)  

cmap.cxx File Reference

#include <stdio.h>
#include <math.h>
Include dependency graph for cmap.cxx:

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 Documentation

#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().

#define III   255

Definition at line 44 of file cmap.cxx.


Typedef Documentation

typedef unsigned char uchar

Definition at line 119 of file cmap.cxx.


Function Documentation

void background ( uchar  r,
uchar  g,
uchar  b 
)

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.