| 134 | } |
| 135 | |
| 136 | bool canInvertDarkColor(const QColor& color) |
| 137 | { |
| 138 | return !isBrightBackgroundColor(color); |
| 139 | } |
| 140 | |
| 141 | void collectRanges(QTextFrame* frame, const QColor& fgcolor, const QColor& bgcolor, bool bgSet, |
| 142 | std::vector<FormatRange>& ranges) |
no test coverage detected