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

Method Contrast

DevIL/include/IL/devil_cpp_wrapper.hpp:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628ILboolean ilFilters::Contrast(ilImage &Image, ILfloat Contrast)
629{
630 Image.Bind();
631 return iluContrast(Contrast);
632}
633
634ILboolean ilFilters::EdgeDetectE(ilImage &Image)
635{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected