MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetColor

Method GetColor

WinArk/ColorBox.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124COLORREF CColorBox::GetColor() {
125 return _context.SelectedColor;
126}
127
128void CColorBox::EnableThemeSupport(bool support) {
129 _context.EnableThemeSupport = support;

Callers 4

OnCloseCmdMethod · 0.80
SetColorMethod · 0.80
SelectColorMethod · 0.80
OnClickColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected