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

Method SetCurrentColor

DebugView++/PropertyColorItem.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void SetCurrentColor(COLORREF color)
68 {
69 m_auto = color == Colors::Auto;
70 CColorDialogImpl<ColorDialog>::SetCurrentColor(m_auto ? RGB(255, 255, 255) : color);
71 }
72
73 COLORREF GetColor() const
74 {

Callers 1

SetColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected