Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Noisify
Method
Noisify
DevIL/cpp wrapper/il_wrap.cpp:542–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
541
542
ILboolean ilFilters::Noisify(ilImage &Image, ILubyte Factor)
543
{
544
Image.Bind();
545
return iluNoisify(Factor);
546
}
547
548
549
ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected