MCPcopy 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
670ILboolean ilFilters::Noisify(ilImage &Image, ILubyte Factor)
671{
672 Image.Bind();
673 return iluNoisify(Factor);
674}
675
676ILboolean ilFilters::Pixelize(ilImage &Image, ILuint PixSize)
677{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected