MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetRandomTextColor

Function GetRandomTextColor

DebugView++Lib/Colors.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66COLORREF GetRandomTextColor()
67{
68 return GetRandomColor(0.9, 0.7);
69}
70
71COLORREF GetRandomProcessColor()
72{

Callers 1

OnViewFilterTokenMethod · 0.85

Calls 1

GetRandomColorFunction · 0.85

Tested by

no test coverage detected