|
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) ![]() |
Public Attributes | |
| int | w |
| int | h |
| const uchar *const | data |
| union { | |
| U32 colors [256] | |
| U32 * byte1 [256] | |
| }; | |
Definition at line 133 of file fl_draw_pixmap.cxx.
| union { ... } |
| U32* pixmap_data::byte1[256] |
Definition at line 138 of file fl_draw_pixmap.cxx.
Referenced by fl_draw_pixmap().
| U32 pixmap_data::colors[256] |
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().
| int pixmap_data::h |
Definition at line 134 of file fl_draw_pixmap.cxx.
Referenced by fl_draw_pixmap().
| int pixmap_data::w |
Definition at line 134 of file fl_draw_pixmap.cxx.
Referenced by fl_draw_pixmap().