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_XColor Struct Reference

#include <Fl_XColor.H>

List of all members.

Public Attributes

unsigned char r
unsigned char g
unsigned char b
unsigned char mapped
unsigned long pixel

Detailed Description

Definition at line 33 of file Fl_XColor.H.


Member Data Documentation

unsigned char Fl_XColor::b

Definition at line 34 of file Fl_XColor.H.

Referenced by fl_xpixel().

unsigned char Fl_XColor::g

Definition at line 34 of file Fl_XColor.H.

Referenced by fl_xpixel().

unsigned char Fl_XColor::mapped

Definition at line 35 of file Fl_XColor.H.

Referenced by fl_xpixel(), and Fl::free_color().

unsigned long Fl_XColor::pixel

Definition at line 36 of file Fl_XColor.H.

Referenced by fl_xpixel().

unsigned char Fl_XColor::r

Definition at line 34 of file Fl_XColor.H.

Referenced by fl_xpixel().


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