MCPcopy 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
696static unsigned VeryDark(unsigned color) // return a very dark version of color
697{
698 return Dark1(color, .333);
699}
700
701static void DrawRect( // draw a rectangle on an image
702 CImage& img, // io

Callers 2

DrawEyesFunction · 0.85
DrawMouthsFunction · 0.85

Calls 1

Dark1Function · 0.85

Tested by

no test coverage detected