Class PaletteControlWidget¶
Defined in File palettecontrolwidget.h
Class Documentation¶
-
class
PaletteControlWidget
: public QDialog¶ Public Functions
-
PaletteControlWidget
(PaletteController &controller, const QString &initial_palette = "", QWidget *parent = 0)¶
-
~PaletteControlWidget
()¶
-
PaletteController &
get_palette_controller
() const¶
Changes the color of a button.
- Parameters
button
: Button to change.red
: Red value.green
: Green value.blue
: Blue value.
-