MCPcopy 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
332ILenum ilImage::PaletteAlphaIndex()
333{
334 if (this->Id) {
335 this->Bind();
336 return ilGetInteger(IL_PNG_ALPHA_INDEX);
337 }
338 return 0;
339}
340
341
342ILenum ilImage::Type()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected