color_names.hpp
Go to the documentation of this file.
1 
22 #ifndef COLOR_WIDGETS_COLOR_NAMES_HPP
23 #define COLOR_WIDGETS_COLOR_NAMES_HPP
24 
25 #include <QColor>
26 #include <QString>
27 
28 namespace color_widgets {
29 
43 QColor colorFromString(const QString& string, bool alpha = true);
44 
52 QString stringFromColor(const QColor& color, bool alpha = true);
53 
54 } // namespace color_widgets
55 #endif // COLOR_WIDGETS_COLOR_NAMES_HPP
QColor colorFromString(const QString &string, bool alpha=true)
Convert a string into a color.
Definition: color_names.cpp:40
QString stringFromColor(const QColor &color, bool alpha=true)
Convert a color into a string.
Definition: color_names.cpp:33


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:47:33