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

Method GetAdjustColor

DuiLib/Core/UIControl.cpp:654–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654DWORD CControlUI::GetAdjustColor(DWORD dwColor)
655{
656 if( !m_bColorHSL ) return dwColor;
657 short H, S, L;
658 CPaintManagerUI::GetHSL(&H, &S, &L);
659 return CRenderEngine::AdjustColor(dwColor, H, S, L);
660}
661
662void CControlUI::Init()
663{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected