MCPcopy Create free account
hub / github.com/Artikash/Textractor / SetBackgroundColor

Method SetBackgroundColor

extensions/extrawindow.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 };
126
127 void SetBackgroundColor(QColor color)
128 {
129 if (!color.isValid()) return;
130 if (color.alpha() == 0) color.setAlpha(1);
131 backgroundColor = color;
132 repaint();
133 settings.setValue(BG_COLOR, color.name(QColor::HexArgb));
134 };
135
136 QColor TextColor()
137 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected