Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ BlurGaussian
Method
BlurGaussian
DevIL/cpp wrapper/il_wrap.cpp:486–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
485
486
ILboolean ilFilters::BlurGaussian(ilImage &Image, ILuint Iter)
487
{
488
Image.Bind();
489
return iluBlurGaussian(Iter);
490
}
491
492
493
ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected