Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetPal
Method
GetPal
DevIL/cpp wrapper/il_wrap.cpp:700–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
699
700
HPALETTE ilWin32::GetPal(ilImage &Image)
701
{
702
Image.Bind();
703
return ilutGetHPal();
704
}
705
706
707
ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected