MCPcopy 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
61COLORREF GetRandomBackColor()
62{
63 return GetRandomColor(0.5, 0.95);
64}
65
66COLORREF GetRandomTextColor()
67{

Callers 7

IsIncludedFunction · 0.85
OnViewProcessTrackMethod · 0.85
OnViewProcessOnceMethod · 0.85
OnViewFilterHighlightMethod · 0.85
OnViewFilterTrackMethod · 0.85
OnViewFilterOnceMethod · 0.85

Calls 1

GetRandomColorFunction · 0.85

Tested by

no test coverage detected