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

Method EdgeDetectS

DevIL/cpp wrapper/il_wrap.cpp:514–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513
514ILboolean ilFilters::EdgeDetectS(ilImage &Image)
515{
516 Image.Bind();
517 return iluEdgeDetectS();
518}
519
520
521ILboolean ilFilters::Emboss(ilImage &Image)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected