#include <gammawindow.h>
Inherits BC_GenericButton.

Public Member Functions | |
| GammaColorPicker (GammaMain *plugin, GammaWindow *gui, int x, int y) | |
| int | handle_event () |
Data Fields | |
| GammaMain * | plugin |
| GammaWindow * | gui |
Definition at line 113 of file gammawindow.h.
| GammaColorPicker::GammaColorPicker | ( | GammaMain * | plugin, | |
| GammaWindow * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 275 of file gammawindow.C.
| int GammaColorPicker::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 285 of file gammawindow.C.
References PluginClient::get_blue(), PluginClient::get_green(), PluginClient::get_red(), gui, MAX, GammaWindow::max_slider, GammaWindow::max_text, plugin, PluginClient::send_configure_change(), BC_FSlider::update(), and BC_TextBox::update().

1.5.5