Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ SetColor
Method
SetColor
tests/test_support.cpp:740–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
}
739
740
void ColorPulseWindow::SetColor(COLORREF color) {
741
current_color = color;
742
if (hwnd)
743
InvalidateRect(hwnd, nullptr, TRUE);
744
}
745
746
std::wstring ColorPulseWindow::CurrentColorHex() const {
747
wchar_t buffer[7] = {};
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected