MCPcopy 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
700HPALETTE ilWin32::GetPal(ilImage &Image)
701{
702 Image.Bind();
703 return ilutGetHPal();
704}
705
706
707ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected