MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetColorHSL

Method SetColorHSL

DuiLib/Core/UIControl.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void CControlUI::SetColorHSL(bool bColorHSL)
196{
197 if( m_bColorHSL == bColorHSL ) return;
198
199 m_bColorHSL = bColorHSL;
200 Invalidate();
201}
202
203int CControlUI::GetBorderSize() const
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected