Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ VeryDark
Function
VeryDark
jni/stasm/eyedet.cpp:696–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
694
}
695
696
static unsigned VeryDark(unsigned color) // return a very dark version of color
697
{
698
return Dark1(color, .333);
699
}
700
701
static void DrawRect( // draw a rectangle on an image
702
CImage& img, // io
Callers
2
DrawEyes
Function · 0.85
DrawMouths
Function · 0.85
Calls
1
Dark1
Function · 0.85
Tested by
no test coverage detected