Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
|
Public Slots | |
void | setColor (const QColor &c) |
Signals | |
void | colorChanged (const QColor &c) |
void | modeChange (const bool &isRgb) |
Public Member Functions | |
ColorInspector (QWidget *parent=0) | |
QColor | color () |
Private Slots | |
void | onModeChanged () |
void | onColorChanged () |
Private Attributes | |
Ui::ColorInspector * | ui |
bool | isRgbColors |
bool | noColorUpdate |
QColor | m_color |
Definition at line 25 of file colorinspector.h.