Currently, at least on Windows, the Fore Color and Back Color in "Filters" dialog are implemented as drop down menu, with small number of predefined colors.
Would be great to able to choose the colors freely, using proper color picker.
QT's built-in QColorDialog (http://doc.qt.io/qt-5/qcolordialog.html) seems like a very easy way for doing this. Thanks!