Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
521
ILboolean ilFilters::Emboss(ilImage &Image)
522
{
523
Image.Bind();
524
return iluEmboss();
525
}
526
527
528
ILboolean ilFilters::Gamma(ilImage &Image, ILfloat Gamma)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected