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

Method setUiColorText

src_gui/mainwindow.cpp:1180–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180void MainWindow::setUiColorText(QColor value) {
1181 uiColorText = value;
1182 setUiColors();
1183}
1184
1185QColor MainWindow::getUiColorGraphicsView() {
1186 return uiColorGraphicsView;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected