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

Method Emboss

DevIL/cpp wrapper/il_wrap.cpp:521–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519
520
521ILboolean ilFilters::Emboss(ilImage &Image)
522{
523 Image.Bind();
524 return iluEmboss();
525}
526
527
528ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected