MCPcopy Create free account
hub / github.com/WallBreaker2/op / CurrentColorHex

Method CurrentColorHex

tests/test_support.cpp:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746std::wstring ColorPulseWindow::CurrentColorHex() const {
747 wchar_t buffer[7] = {};
748 wsprintfW(buffer, L"%02X%02X%02X", GetRValue(current_color), GetGValue(current_color), GetBValue(current_color));
749 return buffer;
750}
751
752ColorPulseWindow::~ColorPulseWindow() {
753 if (hwnd)

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected