Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ PaletteType
Method
PaletteType
DevIL/cpp wrapper/il_wrap.cpp:323–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
ILenum ilImage::PaletteType()
324
{
325
if (this->Id) {
326
this->Bind();
327
return ilGetInteger(IL_PALETTE_TYPE);
328
}
329
return 0;
330
}
331
332
ILenum ilImage::PaletteAlphaIndex()
333
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected