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

Method setUiColorGraphicsView

src_gui/mainwindow.cpp:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187}
1188
1189void MainWindow::setUiColorGraphicsView(QColor value) {
1190 uiColorGraphicsView = value;
1191 setUiColors();
1192}
1193
1194void MainWindow::resetUiColors() {
1195 uiColorMain = uiColorMainDefault;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected