Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ Dark
Function
Dark
jni/stasm/eyedet.cpp:691–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
static unsigned Dark(unsigned color) // return a dark version of color
692
{
693
return Dark1(color, .667);
694
}
695
696
static unsigned VeryDark(unsigned color) // return a very dark version of color
697
{
Callers
3
DrawFeat
Function · 0.85
DrawEyes
Function · 0.85
DrawMouths
Function · 0.85
Calls
1
Dark1
Function · 0.85
Tested by
no test coverage detected