Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Gamma
Method
Gamma
DevIL/cpp wrapper/il_wrap.cpp:528–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
527
528
ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
529
{
530
Image.Bind();
531
return iluGammaCorrect(Gamma);
532
}
533
534
535
ILboolean ilFilters::Negative(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected