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

Method Sharpen

DevIL/cpp wrapper/il_wrap.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577ILboolean ilFilters::Sharpen(ilImage &Image, ILfloat Factor, ILuint Iter)
578{
579 Image.Bind();
580 return iluSharpen(Factor, Iter);
581}
582
583
584

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected