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

Method GetHSL

DuiLib/Core/UIManager.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void CPaintManagerUI::GetHSL(short* H, short* S, short* L)
272{
273 *H = m_H;
274 *S = m_S;
275 *L = m_L;
276}
277
278void CPaintManagerUI::SetHSL(bool bUseHSL, short H, short S, short L)
279{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected