MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / SetConsoleForegroundColor

Function SetConsoleForegroundColor

source/print.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void SetConsoleForegroundColor(WORD color) {
35 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color);
36 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color);
37}
38
39clr::reset::operator const char*() {
40 if (isPrint) {

Callers 1

print.cppFile · 0.85

Calls 1

Tested by

no test coverage detected