Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Noisify
Method
Noisify
DevIL/include/IL/devil_cpp_wrapper.hpp:670–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
}
669
670
ILboolean ilFilters::Noisify(ilImage &Image, ILubyte Factor)
671
{
672
Image.Bind();
673
return iluNoisify(Factor);
674
}
675
676
ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)
677
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected