MCPcopy 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
691static unsigned Dark(unsigned color) // return a dark version of color
692{
693 return Dark1(color, .667);
694}
695
696static unsigned VeryDark(unsigned color) // return a very dark version of color
697{

Callers 3

DrawFeatFunction · 0.85
DrawEyesFunction · 0.85
DrawMouthsFunction · 0.85

Calls 1

Dark1Function · 0.85

Tested by

no test coverage detected