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

Method Negative

DevIL/cpp wrapper/il_wrap.cpp:535–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535ILboolean ilFilters::Negative(ilImage &Image)
536{
537 Image.Bind();
538 return iluNegative();
539}
540
541
542ILboolean ilFilters::Noisify(ilImage &Image, ILubyte Factor)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected