latest version v1.9 - last update 10 Apr 2010 |
allows to choose a color in the HSI or RGB color space More...
#include <ltiGtkColorDialog.h>
Public Member Functions | |
colorDialog () | |
virtual | ~colorDialog () |
void | show () |
void | hide () |
void | useColor (rgbPixel &pixel) |
allows to choose a color in the HSI or RGB color space
lti::colorDialog::colorDialog | ( | ) |
create the color dialog and specify the color to be edited
virtual lti::colorDialog::~colorDialog | ( | ) | [virtual] |
destructor
void lti::colorDialog::hide | ( | ) |
hide the dialog
void lti::colorDialog::show | ( | ) |
show the dialog
void lti::colorDialog::useColor | ( | rgbPixel & | pixel | ) |
specify the variable with the predifined color, and where the user defined color will be left.