MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / colorToString

Function colorToString

lib/utils/status-control.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38void OpenSettingsWindow();
39
40static QString colorToString(const QColor &color)
41{
42 return QString("rgba(") + QString::number(color.red()) + "," +
43 QString::number(color.green()) + "," +
44 QString::number(color.blue()) + "," +
45 QString::number(color.alpha()) + ")";
46}
47
48static QString getDefaultBackgroundColorString()
49{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected