MCPcopy Create free account
hub / github.com/DentonW/DevIL / BlurGaussian

Method BlurGaussian

DevIL/include/IL/devil_cpp_wrapper.hpp:622–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622ILboolean ilFilters::BlurGaussian(ilImage &Image, ILuint Iter)
623{
624 Image.Bind();
625 return iluBlurGaussian(Iter);
626}
627
628ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)
629{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected