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

Method Emboss

DevIL/include/IL/devil_cpp_wrapper.hpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652ILboolean ilFilters::Emboss(ilImage &Image)
653{
654 Image.Bind();
655 return iluEmboss();
656}
657
658ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
659{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected