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)  

pixmap_data Struct Reference

List of all members.

Public Attributes

int w
int h
const uchar *const data
union {
   U32   colors [256]
   U32 *   byte1 [256]
}; 

Detailed Description

Definition at line 133 of file fl_draw_pixmap.cxx.


Member Data Documentation

union { ... }
U32* pixmap_data::byte1[256]

Definition at line 138 of file fl_draw_pixmap.cxx.

Referenced by fl_draw_pixmap().

Definition at line 137 of file fl_draw_pixmap.cxx.

Referenced by fl_draw_pixmap().

const uchar* const pixmap_data::data

Definition at line 135 of file fl_draw_pixmap.cxx.

Referenced by fl_draw_pixmap().

Definition at line 134 of file fl_draw_pixmap.cxx.

Referenced by fl_draw_pixmap().

Definition at line 134 of file fl_draw_pixmap.cxx.

Referenced by fl_draw_pixmap().


The documentation for this struct was generated from the following file: