MCPcopy 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
549ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)
550{
551 Image.Bind();
552 return iluPixelize(PixSize);
553}
554
555
556ILboolean ilFilters::Saturate(ilImage &Image, ILfloat Saturation)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected