qt_to_mpl_color#
- glue_qt.utils.qt_to_mpl_color(qcolor)#
Convert a QColor object into a string that matplotlib understands
Note: This ignores opacity
- Parameters:
- qcolor
QColor
The Qt color
- qcolor
- Returns:
- colorstr
A hex string describing that color