Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Gamma
Method
Gamma
DevIL/include/IL/devil_cpp_wrapper.hpp:658–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
659
{
660
Image.Bind();
661
return iluGammaCorrect(Gamma);
662
}
663
664
ILboolean ilFilters::Negative(ilImage &Image)
665
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected