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)  

Fl_BMP_Image.cxx File Reference

#include <FL/Fl_BMP_Image.H>
#include <FL/fl_utf8.h>
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for Fl_BMP_Image.cxx:

Go to the source code of this file.

Defines

#define BI_RGB   0
#define BI_RLE8   1
#define BI_RLE4   2
#define BI_BITFIELDS   3

Define Documentation

#define BI_BITFIELDS   3

Definition at line 52 of file Fl_BMP_Image.cxx.

#define BI_RGB   0

Definition at line 49 of file Fl_BMP_Image.cxx.

Referenced by Fl_BMP_Image::Fl_BMP_Image(), and fl_read_image().

#define BI_RLE4   2

Definition at line 51 of file Fl_BMP_Image.cxx.

Referenced by Fl_BMP_Image::Fl_BMP_Image().

#define BI_RLE8   1

Definition at line 50 of file Fl_BMP_Image.cxx.

Referenced by Fl_BMP_Image::Fl_BMP_Image().