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

Method Gamma

DevIL/cpp wrapper/il_wrap.cpp:528–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
529{
530 Image.Bind();
531 return iluGammaCorrect(Gamma);
532}
533
534
535ILboolean ilFilters::Negative(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected