MCPcopy Create free account
hub / github.com/IENT/YUView / getOtherColor

Method getOtherColor

YUViewLib/src/ui/StatisticsStyleControl_ColorMapEditor.cpp:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108Color StatisticsStyleControl_ColorMapEditor::getOtherColor() const
109{
110 const auto table = this->ui.colorMapTable;
111 auto row = table->rowCount() - 1;
112 auto otherQColor = table->item(row, 1)->background().color();
113 return functionsGui::toColor(otherQColor);
114}
115
116void StatisticsStyleControl_ColorMapEditor::slotItemChanged(QTableWidgetItem *item)
117{

Callers 1

Calls 1

rowCountMethod · 0.80

Tested by

no test coverage detected