35 #ifndef ANAQT_DIALOGS_COLORDIALOG_H
36 #define ANAQT_DIALOGS_COLORDIALOG_H
52 bool modal =
true,
bool allowAlpha =
false,
53 bool allowNeutralAlpha =
false,
int initalpha = 255,
54 bool neutralph =
false );
57 static QColor
getColor( QColor, QWidget * parent = 0,
58 const char * name = 0,
int*
alpha = 0,
60 void relook(
const QColor & col,
int initalpha = 255,
61 bool allowalpha =
false,
bool neutralpha =
false,
62 bool allownalph =
false );
void relook(const QColor &col, int initalpha=255, bool allowalpha=false, bool neutralpha=false, bool allownalph=false)
QAColorDialog(QColor, QWidget *parent=0, const char *name=0, bool modal=true, bool allowAlpha=false, bool allowNeutralAlpha=false, int initalpha=255, bool neutralph=false)
bool neutralAlpha() const
static QColor getColor(QColor, QWidget *parent=0, const char *name=0, int *alpha=0, bool *neutraph=0)
static QAColorDialog * _dialog