MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / setUiColorMain

Method setUiColorMain

src_gui/mainwindow.cpp:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171void MainWindow::setUiColorMain(QColor value) {
1172 uiColorMain = value;
1173 setUiColors();
1174}
1175
1176QColor MainWindow::getUiColorText() {
1177 return uiColorText;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected