MCPcopy 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
542ILboolean ilFilters::Noisify(ilImage &Image, ILubyte Factor)
543{
544 Image.Bind();
545 return iluNoisify(Factor);
546}
547
548
549ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected