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_Color_Chooser.H File Reference

#include <FL/Fl_Group.H>
#include <FL/Fl_Box.H>
#include <FL/Fl_Return_Button.H>
#include <FL/Fl_Choice.H>
#include <FL/Fl_Value_Input.H>
Include dependency graph for Fl_Color_Chooser.H:

Go to the source code of this file.

Classes

class  Flcc_HueBox
class  Flcc_ValueBox
class  Flcc_Value_Input
class  Fl_Color_Chooser
 The Fl_Color_Chooser widget provides a standard RGB color chooser. More...

Detailed Description

Fl_Color_Chooser widget .

Definition in file Fl_Color_Chooser.H.


Function Documentation

FL_EXPORT int fl_color_chooser ( const char *  name,
double &  r,
double &  g,
double &  b,
int  m = -1 
) [related]
FL_EXPORT int fl_color_chooser ( const char *  name,
uchar r,
uchar g,
uchar b,
int  m = -1 
) [related]