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

Method Gamma

DevIL/include/IL/devil_cpp_wrapper.hpp:658–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
659{
660 Image.Bind();
661 return iluGammaCorrect(Gamma);
662}
663
664ILboolean ilFilters::Negative(ilImage &Image)
665{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected