|
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) ![]() |
#include <FL/Fl.H>#include <FL/Fl_Color_Chooser.H>#include <FL/fl_draw.H>#include <FL/math.h>#include <stdio.h>#include <FL/Fl_Window.H>#include <FL/Fl_Box.H>#include <FL/Fl_Return_Button.H>
Go to the source code of this file.
Classes | |
| class | ColorChip |
Defines | |
| #define | CIRCLE 1 |
| #define | UPDATE_HUE_BOX 1 |
Enumerations | |
| enum | { M_RGB, M_BYTE, M_HEX, M_HSV } |
Variables | |
| static double | tg |
| static double | tb |
| const char * | fl_ok |
| string pointer used in common dialogs, you can change it to a foreign language | |
| const char * | fl_cancel |
| string pointer used in common dialogs, you can change it to a foreign language | |
| #define CIRCLE 1 |
Definition at line 45 of file Fl_Color_Chooser.cxx.
| #define UPDATE_HUE_BOX 1 |
Definition at line 48 of file Fl_Color_Chooser.cxx.
| anonymous enum |
Fl_Color_Chooser modes
| M_RGB |
mode() of Fl_Color_Chooser showing RGB values |
| M_BYTE |
mode() of Fl_Color_Chooser showing byte values |
| M_HEX |
mode() of Fl_Color_Chooser showing hex values |
| M_HSV |
mode() of Fl_Color_Chooser showing HSV values |
Definition at line 97 of file Fl_Color_Chooser.cxx.
| double tb |
Definition at line 372 of file Fl_Color_Chooser.cxx.
Referenced by Flcc_ValueBox::draw(), and Fl_Browser_::sort().
| double tg |
Definition at line 372 of file Fl_Color_Chooser.cxx.
Referenced by Flcc_ValueBox::draw(), and fl_read_image().