Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Contrast
Method
Contrast
DevIL/cpp wrapper/il_wrap.cpp:493–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
492
493
ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)
494
{
495
Image.Bind();
496
return iluContrast(Contrast);
497
}
498
499
500
ILboolean ilFilters::EdgeDetectE(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected