Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ PaletteAlphaIndex
Method
PaletteAlphaIndex
DevIL/cpp wrapper/il_wrap.cpp:332–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
ILenum ilImage::PaletteAlphaIndex()
333
{
334
if (this->Id) {
335
this->Bind();
336
return ilGetInteger(IL_PNG_ALPHA_INDEX);
337
}
338
return 0;
339
}
340
341
342
ILenum ilImage::Type()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected