Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Contrast
Method
Contrast
DevIL/include/IL/devil_cpp_wrapper.hpp:628–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)
629
{
630
Image.Bind();
631
return iluContrast(Contrast);
632
}
633
634
ILboolean ilFilters::EdgeDetectE(ilImage &Image)
635
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected