MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / DarkenImg

Function DarkenImg

jni/stasm/misc.cpp:701–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701void DarkenImg( // for apps and debugging, unneeded for ASM
702 CImage& img) // io: darken this image
703{
704 img /= 2;
705}
706
707void ForceRectIntoImg( // force rectangle into image
708 int& ix, // io

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected