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

Method BlurGaussian

DevIL/cpp wrapper/il_wrap.cpp:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485
486ILboolean ilFilters::BlurGaussian(ilImage &Image, ILuint Iter)
487{
488 Image.Bind();
489 return iluBlurGaussian(Iter);
490}
491
492
493ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected