Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetPadData
Method
GetPadData
DevIL/cpp wrapper/il_wrap.cpp:693–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
692
693
ILubyte* ilWin32::GetPadData(ilImage &Image)
694
{
695
Image.Bind();
696
return ilutGetPaddedData();
697
}
698
699
700
HPALETTE ilWin32::GetPal(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected