Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Pixelize
Method
Pixelize
DevIL/cpp wrapper/il_wrap.cpp:549–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
548
549
ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)
550
{
551
Image.Bind();
552
return iluPixelize(PixSize);
553
}
554
555
556
ILboolean ilFilters::Saturate(ilImage &Image, ILfloat Saturation)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected