Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ GetTransparent
Method
GetTransparent
DuiLib/Core/UIManager.cpp:416–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
int CPaintManagerUI::GetTransparent() const
417
{
418
return m_nOpacity;
419
}
420
void CPaintManagerUI::SetTransparent(int nOpacity)
421
{
422
if (nOpacity<0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected