MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / TextColor

Method TextColor

DebugView++/LogView.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93TextColor::TextColor(COLORREF back, COLORREF fore) :
94 back(back), fore(fore)
95{
96}
97
98Highlight::Highlight(int id, int begin, int end, const TextColor& color) :
99 id(id), begin(begin), end(end), color(color)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected