Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetRandomBackColor
Function
GetRandomBackColor
DebugView++Lib/Colors.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
COLORREF GetRandomBackColor()
62
{
63
return GetRandomColor(0.5, 0.95);
64
}
65
66
COLORREF GetRandomTextColor()
67
{
Callers
7
IsIncluded
Function · 0.85
OnViewProcessHighlight
Method · 0.85
OnViewProcessTrack
Method · 0.85
OnViewProcessOnce
Method · 0.85
OnViewFilterHighlight
Method · 0.85
OnViewFilterTrack
Method · 0.85
OnViewFilterOnce
Method · 0.85
Calls
1
GetRandomColor
Function · 0.85
Tested by
no test coverage detected