When I open a QColorPicker, I click in the coloor map in the top center, and select any color (lets say red) this color appears as black in the selected color bar bottom center.
I have to move additionally the slider on the top right (see red arrow)
to its top position, to approach the selected color. Why is this slider not initially set to the highest value, so I do not see black always?
In the documentation it refers to the Standard Dialogs example:
Note in
QColorDialog::getColor
how it specifies an initial color. This should set the brightness bar for you.http://doc.qt.io/qt-5/qcolordialog.html#getColor
Hope that helps.